Initial commit for new project

This commit is contained in:
Keenan Turley
2024-12-20 21:19:27 -08:00
commit 58cca5bd6b
10 changed files with 717 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;