13 lines
226 B
C#
13 lines
226 B
C#
using skyscraper8.UI.ImGui.MonoGame;
|
|
|
|
namespace moe.yo3explorer.skyscraper8.UI.MonoGame
|
|
{
|
|
class Program
|
|
{
|
|
public static void Main(string[] args)
|
|
{
|
|
SkyscraperGame game = new SkyscraperGame();
|
|
game.Run();
|
|
}
|
|
}
|
|
} |