summaryrefslogtreecommitdiff
path: root/Projects/UGEditor/Program.cs
diff options
context:
space:
mode:
authorchai <215380520@qq.com>2024-06-03 15:52:39 +0800
committerchai <215380520@qq.com>2024-06-03 15:52:39 +0800
commit8d9eb6357bd752fd0a6070fbdda6c756b5988792 (patch)
tree827d925969a2ae5278eb9f96620653a19c820264 /Projects/UGEditor/Program.cs
parent6e78f3b99c2ee4e85c68bad154a098db01246120 (diff)
* move folder
Diffstat (limited to 'Projects/UGEditor/Program.cs')
-rw-r--r--Projects/UGEditor/Program.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/Projects/UGEditor/Program.cs b/Projects/UGEditor/Program.cs
new file mode 100644
index 0000000..17a046b
--- /dev/null
+++ b/Projects/UGEditor/Program.cs
@@ -0,0 +1,3 @@
+
+using var game = new UGEditor.Game1();
+game.Run();