optimized faces

This commit is contained in:
maxwes08
2025-12-15 10:14:16 +01:00
parent 0641d22c9b
commit f532eddfbb
11 changed files with 107 additions and 141 deletions

7
UIElement.cs Normal file
View File

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