player health

This commit is contained in:
2025-10-06 17:45:58 +01:00
parent fcc7adfb22
commit d54b4df4c2
4 changed files with 7 additions and 1 deletions

View File

@@ -29,7 +29,7 @@ struct Player
U32 bulletsLoaded;
ControlState controls;
V2f shotPos;
U32 health;
F32 reloadTimer;
};