From 567c422f8cd42eba2437f9a8c2522716a1649be7 Mon Sep 17 00:00:00 2001 From: hazel Date: Mon, 26 Jan 2026 22:04:39 +0100 Subject: celesteia archive, last updated april 9th 2024 Signed-off-by: hazel --- Program.cs | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Program.cs (limited to 'Program.cs') diff --git a/Program.cs b/Program.cs new file mode 100644 index 0000000..665254f --- /dev/null +++ b/Program.cs @@ -0,0 +1,14 @@ +using System; + +namespace Celesteia +{ + public static class Program + { + [STAThread] + static void Main() + { + using (var game = new GameInstance()) + game.Run(); + } + } +} -- cgit v1.2.3