Property | Type | Description | |
---|---|---|---|
CharacterRole | CharacterRole | ||
healthWasRaised | bool | ||
isDamage | bool |
Property | Type | Description | |
---|---|---|---|
ObserversList | ArrayList | ||
_hasPerformedAtLeastOneMove | bool | ||
_isAttacking | bool | ||
_isDefending | bool | ||
_isMoving | bool | ||
_isRotating | bool |
Method | Description | |
---|---|---|
Attach ( ICharacterObserver observer ) : void | ||
Detach ( ICharacterObserver observer ) : void | ||
Notify ( ) : void | ||
OnGUI ( ) : void | ||
TurnOnGUI ( ) : void | ||
TurnUpdate ( ) : void |
Method | Description | |
---|---|---|
Start ( ) : void | ||
Update ( ) : void |
public Attach ( ICharacterObserver observer ) : void | ||
observer | ICharacterObserver | |
return | void |
public Detach ( ICharacterObserver observer ) : void | ||
observer | ICharacterObserver | |
return | void |
protected bool _hasPerformedAtLeastOneMove | ||
return | bool |