Project Init

This commit is contained in:
Relicjamin
2026-04-02 16:02:24 -04:00
commit bb4084d544
10 changed files with 745 additions and 0 deletions

4
Editor/Assembly.cs Normal file
View File

@@ -0,0 +1,4 @@
global using Sandbox;
global using Editor;
global using System.Collections.Generic;
global using System.Linq;