using System; using var game = new FNAF_Clone.GameMain(); Environment.CurrentDirectory = AppDomain.CurrentDomain.BaseDirectory; game.Run();