OneNightDuel/FNAF_Clone/Program.cs

2 lines
58 B
C#
Raw Normal View History

using var game = new FNAF_Clone.GameMain();
game.Run();