KrakenHit event includes max health, current, and new.

This commit is contained in:
PlatinumSkink
2015-10-20 15:58:02 +02:00
parent e26156c093
commit c1e4e6c0bd
3 changed files with 6 additions and 2 deletions
+3
View File
@@ -17,6 +17,9 @@ struct KrakenHit : Event
{
EntityID Kraken;
EntityID Hitter;
int MaxHealth;
int CurrentHealth;
int NewHealth;
};
}