literally half of the game
This commit is contained in:
parent
1590b5faa6
commit
b842289076
77 changed files with 11904 additions and 72 deletions
|
|
@ -6,6 +6,7 @@ public class CombatEntity : Entity
|
|||
public float maxHealth;
|
||||
public float health;
|
||||
public bool invulnerable;
|
||||
public bool isSafe;
|
||||
|
||||
public void TakeDamage(float damage)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue