HealthSystem tested and working. Also the 3 new PlayerEvents seems to work. TODO: a proper test in the testclass
This commit is contained in:
@@ -9,8 +9,8 @@ namespace Events
|
||||
|
||||
struct PlayerDamage : Event
|
||||
{
|
||||
int DamageAmount;
|
||||
EntityID PlayerID;
|
||||
double DamageAmount;
|
||||
EntityID PlayerDamagedID;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user