FIX: The end of item cheating

This commit is contained in:
2026-03-27 03:33:21 +03:00
parent 4beb5cb0f9
commit 41c5bdf243
8 changed files with 182 additions and 29 deletions

View File

@@ -45,6 +45,8 @@ public:
int getAttackDamage(Entity* entity);
float getDestroySpeed(Tile* tile);
bool canDestroy(Tile* tile);
void print();
private:
void setupDefault();
public: