HealthSystemTest has been created. This runs a single test simple test with HealthEvents and HealthSystem. Also some minor changes

This commit is contained in:
verysecrethero
2016-01-07 14:29:04 +01:00
parent 638c236ceb
commit a1ed79dfbf
8 changed files with 173 additions and 33 deletions
+1 -2
View File
@@ -10,8 +10,7 @@ namespace Events
struct PlayerHealthPickup : Event
{
double HealthAmount;
EntityID HealthPickupID;
EntityID playerHealedID;
EntityID PlayerHealedID;
};
}