summaryrefslogtreecommitdiff
path: root/Projects/Tools/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/Tools/UGEditor/Program.cs
parent6e78f3b99c2ee4e85c68bad154a098db01246120 (diff)
* move folder
Diffstat (limited to 'Projects/Tools/UGEditor/Program.cs')
-rw-r--r--Projects/Tools/UGEditor/Program.cs3
1 files changed, 0 insertions, 3 deletions
diff --git a/Projects/Tools/UGEditor/Program.cs b/Projects/Tools/UGEditor/Program.cs
deleted file mode 100644
index 17a046b..0000000
--- a/Projects/Tools/UGEditor/Program.cs
+++ /dev/null
@@ -1,3 +0,0 @@
-
-using var game = new UGEditor.Game1();
-game.Run();