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
+2 -1
View File
@@ -15,7 +15,8 @@ namespace Components
struct Kraken : Component {
int Health = 10;
int MaxHealth = 30;
int Health = MaxHealth;
int CurrentAction = 1;
const int Idle = 1;