Projektdateien hinzufügen.
This commit is contained in:
13
Program.cs
Normal file
13
Program.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using osu.Framework;
|
||||
using osu.Framework.Platform;
|
||||
|
||||
namespace HillLike;
|
||||
|
||||
public static class Program
|
||||
{
|
||||
public static void Main()
|
||||
{
|
||||
using GameHost host = Host.GetSuitableDesktopHost("hill-like");
|
||||
host.Run(new HillLikeGame());
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user