fix(Minecraft.World) major fixes, now i need to fix byte bullshit

This commit is contained in:
Mohamed Ashraf
2026-03-02 12:18:09 +04:00
parent 84f61b0131
commit 115da74e1e
9 changed files with 102 additions and 41 deletions

View File

@@ -1,5 +1,8 @@
#pragma once
#include <climits>
#include <cfloat>
class Byte
{
@@ -72,4 +75,4 @@ public:
// As such I have renamed it so that we don't confuse it with places where we should use std::string
class _String
{
};
};