Major refactor and organization, optimizations to chunk, world and renderer

This commit is contained in:
max
2026-03-24 22:31:40 +01:00
parent dbc546fd0e
commit eb6294c09e
25 changed files with 410 additions and 441 deletions

7
UI/UIElement.cs Normal file
View File

@@ -0,0 +1,7 @@
using OpenTK.Mathematics;
using System.Drawing;
public class UIElement
{
}