Add entity action timer to schedule commands

This commit is contained in:
2016-07-17 15:27:37 +10:00
parent a426461dad
commit ca6790cb1c
2 changed files with 40 additions and 1 deletions
+4
View File
@@ -39,6 +39,10 @@ typedef struct EntityStats
{
f32 maxHealth;
f32 health;
f32 actionRate;
f32 actionTimer;
f32 actionSpdMul;
} EntityStats;
typedef struct Entity