Property | Type | Description | |
---|---|---|---|
attack | string | ||
specialAttack | string | ||
walking | string |
Method | Description | |
---|---|---|
playerAttack ( ) : void | ||
playerSpecialAttack ( ) : void | ||
playerWalking ( bool isWalking ) : void |
public abstract playerSpecialAttack ( ) : void | ||
return | void |
public abstract playerWalking ( bool isWalking ) : void | ||
isWalking | bool | |
return | void |