C# Class SpawnEnemy_Command, Time-Pigs-and-The-Ham-of-Destiny

Inheritance: CommandBase
Mostra file Open project: Abysice/Time-Pigs-and-The-Ham-of-Destiny

Public Methods

Method Description
Execute ( ) : void
SpawnEnemy_Command ( ) : System.Collections
SpawnEnemy_Command ( EnemyPool, p_enemyPool, Vector2 p_spawnPosition ) : System.Collections
Undo ( ) : void

Method Details

Execute() public method

public Execute ( ) : void
return void

SpawnEnemy_Command() public method

public SpawnEnemy_Command ( ) : System.Collections
return System.Collections

SpawnEnemy_Command() public method

public SpawnEnemy_Command ( EnemyPool, p_enemyPool, Vector2 p_spawnPosition ) : System.Collections
p_enemyPool EnemyPool,
p_spawnPosition Vector2
return System.Collections

Undo() public method

public Undo ( ) : void
return void