Property | Type | Description | |
---|---|---|---|
currentHealth | int | ||
maximumHealth | int |
Method | Description | |
---|---|---|
CheckForKill ( GameObject killingPlayer ) : void | ||
Death ( ) : void | ||
Hit ( int damage ) : void | ||
Start ( ) : void | ||
Update ( ) : void |
public CheckForKill ( GameObject killingPlayer ) : void | ||
killingPlayer | GameObject | |
return | void |