TU19: merge Minecraft.World/Util

This commit is contained in:
Tropical
2026-03-21 17:37:16 -05:00
parent a1e4726296
commit eb23fc1a83
41 changed files with 1574 additions and 268 deletions

View File

@@ -71,4 +71,4 @@ double Math::wrapDegrees(double input) {
if (input >= 180.0) input -= 360.0;
if (input < -180.0) input += 360.0;
return input;
}
}