Method | Description | |
---|---|---|
AddHP ( float amount ) : void |
Adds to the hp.
|
|
DecreaseHP ( float amount ) : void |
Takes health away from the player.
|
Method | Description | |
---|---|---|
Start ( ) : void | ||
Update ( ) : void |
public static AddHP ( float amount ) : void | ||
amount | float | Amount. |
return | void |
public static DecreaseHP ( float amount ) : void | ||
amount | float | Amount. |
return | void |