Property | Type | Description | |
---|---|---|---|
hp | int | ||
isEnemy | bool |
Method | Description | |
---|---|---|
OnAvatarAttack ( Avatar attack ) : void | ||
OnEnemyAttack ( ) : void | ||
Start ( ) : void | ||
Update ( ) : void | ||
die ( ) : void | ||
takeDamage ( int amount ) : void |
public OnAvatarAttack ( Avatar attack ) : void | ||
attack | Avatar | |
return | void |