Class SpawnTile.AllowedEnemyConfig

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

public static class SpawnTile.AllowedEnemyConfig extends Object implements 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