diff options
author | chai <215380520@qq.com> | 2024-06-03 15:52:39 +0800 |
---|---|---|
committer | chai <215380520@qq.com> | 2024-06-03 15:52:39 +0800 |
commit | 8d9eb6357bd752fd0a6070fbdda6c756b5988792 (patch) | |
tree | 827d925969a2ae5278eb9f96620653a19c820264 /Projects/UGEditor/Program.cs | |
parent | 6e78f3b99c2ee4e85c68bad154a098db01246120 (diff) |
* move folder
Diffstat (limited to 'Projects/UGEditor/Program.cs')
-rw-r--r-- | Projects/UGEditor/Program.cs | 3 |
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(); |