unsuccessful experimentation

This commit is contained in:
Asuro
2025-02-18 00:03:09 +01:00
parent fb5851020f
commit 2c32a261c1
12 changed files with 111 additions and 34 deletions

View File

@@ -15,7 +15,8 @@ namespace Game
{
double Now = 0.0;
double Delta = 0.0;
uint32_t FrameCounter = 0;
int64_t NowHP = 0;
int64_t DeltaHP = 1000;
int64_t StartTime = 0;
};