C# Class ShadowWorldUnit

Inheritance: Unit
Mostra file Open project: TheJP/GlobalGameJam2016

Public Methods

Method Description
MarkAsAttacking ( Unit, other ) : void
OnTurnEnd ( ) : void
OnTurnStart ( ) : void

Private Methods

Method Description
LateUpdate ( ) : void

Method Details

MarkAsAttacking() public method

public MarkAsAttacking ( Unit, other ) : void
other Unit,
return void

OnTurnEnd() public method

public OnTurnEnd ( ) : void
return void

OnTurnStart() public method

public OnTurnStart ( ) : void
return void