diff options
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(); |