Basic entity scripting

This commit is contained in:
Simon Lübeß
2023-03-29 13:33:34 +02:00
parent 5e5134a607
commit e60d74fccd
23 changed files with 1193 additions and 89 deletions
+6
View File
@@ -0,0 +1,6 @@
namespace GlitchyEngine.Core;
public struct UUID
{
private ulong _uuid;
}