Interface WaveManager.EnemySpawnCallback

Enclosing class:
WaveManager

public static interface WaveManager.EnemySpawnCallback
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    spawnEnemy(int col, int row, String robotType)
     
  • Method Details

    • spawnEnemy

      void spawnEnemy(int col, int row, String robotType)