C# 클래스 SpawnEnemy_Command, Time-Pigs-and-The-Ham-of-Destiny

상속: CommandBase
파일 보기 프로젝트 열기: Abysice/Time-Pigs-and-The-Ham-of-Destiny

공개 메소드들

메소드 설명
Execute ( ) : void
SpawnEnemy_Command ( ) : System.Collections
SpawnEnemy_Command ( EnemyPool, p_enemyPool, Vector2 p_spawnPosition ) : System.Collections
Undo ( ) : void

메소드 상세

Execute() 공개 메소드

public Execute ( ) : void
리턴 void

SpawnEnemy_Command() 공개 메소드

public SpawnEnemy_Command ( ) : System.Collections
리턴 System.Collections

SpawnEnemy_Command() 공개 메소드

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

Undo() 공개 메소드

public Undo ( ) : void
리턴 void