Trying to replace pointers with references :v

This commit is contained in:
Kolyah35
2026-04-04 14:33:56 +03:00
parent 7418263193
commit 12f5013ddb
126 changed files with 1343 additions and 2068 deletions

View File

@@ -57,8 +57,8 @@ public:
void displayClientMessage(const std::string& messageId);
void awardStat(Stat* stat, int count) {
//minecraft->stats.award(stat, count);
//minecraft->achievementPopup.popup("Achievement get!", stat.name);
//minecraft.stats.award(stat, count);
//minecraft.achievementPopup.popup("Achievement get!", stat.name);
}
void causeFallDamage( float distance );