HealthSystemTest has been created. This runs a single test simple test with HealthEvents and HealthSystem. Also some minor changes
This commit is contained in:
@@ -11,6 +11,8 @@ struct PlayerDamage : Event
|
||||
{
|
||||
double DamageAmount;
|
||||
EntityID PlayerDamagedID;
|
||||
//optional TypeOfDamage
|
||||
std::string TypeOfDamage;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user