FEAT: player anticheat speed

This commit is contained in:
2026-03-27 19:41:54 +02:00
parent 6957f144e1
commit 8be842a8ac
5 changed files with 48 additions and 19 deletions

View File

@@ -43,6 +43,11 @@ public:
virtual void stopSleepInBed(bool forcefulWakeUp, bool updateLevelList, bool saveRespawnPoint);
void completeUsingItem();
// Getter and setter? Doesnt hear about that
// TODO: Getter and setter :trollface:
int lastMoveTicks = 0;
int ticksInAir = 0;
private:
void nextContainerCounter();
void setContainerMenu( BaseContainerMenu* menu );