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

Inheritance: CommandBase
Exibir arquivo Open project: Abysice/Time-Pigs-and-The-Ham-of-Destiny

Public Methods

Method Description
DestroyEnemy_Command ( ) : System.Collections
DestroyEnemy_Command ( GameObject p_actor, Vector2 p_destroyedPosition ) : System.Collections
Execute ( ) : void
Undo ( ) : void

Method Details

DestroyEnemy_Command() public method

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

DestroyEnemy_Command() public method

public DestroyEnemy_Command ( GameObject p_actor, Vector2 p_destroyedPosition ) : System.Collections
p_actor GameObject
p_destroyedPosition Vector2
return System.Collections

Execute() public method

public Execute ( ) : void
return void

Undo() public method

public Undo ( ) : void
return void