Class SpawnTile.AllowedEnemyConfig

java.lang.Object
com.prineside.tdi2.tiles.SpawnTile.AllowedEnemyConfig
All Implemented Interfaces:
com.esotericsoftware.kryo.KryoSerializable
Enclosing class:
SpawnTile

public static class SpawnTile.AllowedEnemyConfig extends Object implements com.esotericsoftware.kryo.KryoSerializable
  • Field Details

    • enemyType

      public EnemyType enemyType
    • firstWave

      public int firstWave
    • lastWave

      public int lastWave
  • Constructor Details

    • AllowedEnemyConfig

      public AllowedEnemyConfig()
    • AllowedEnemyConfig

      public AllowedEnemyConfig(EnemyType enemyType, int firstWave, int lastWave)
  • Method Details

    • write

      public void write(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Output output)
      Specified by:
      write in interface com.esotericsoftware.kryo.KryoSerializable
    • read

      public void read(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input)
      Specified by:
      read in interface com.esotericsoftware.kryo.KryoSerializable