C# Class ShadowWorldUnit

Inheritance: Unit
Afficher le fichier Open project: TheJP/GlobalGameJam2016

Méthodes publiques

Méthode Description
MarkAsAttacking ( Unit, other ) : void
OnTurnEnd ( ) : void
OnTurnStart ( ) : void

Private Methods

Méthode Description
LateUpdate ( ) : void

Method Details

MarkAsAttacking() public méthode

public MarkAsAttacking ( Unit, other ) : void
other Unit,
Résultat void

OnTurnEnd() public méthode

public OnTurnEnd ( ) : void
Résultat void

OnTurnStart() public méthode

public OnTurnStart ( ) : void
Résultat void