public static void Main(string[] args) { using (Game.Window Window = new Game.Window()) { Window.controller = new Controller(Window, args); Window.Run(Game.Controller.StepsPerSecond, Game.Controller.DrawsPerSecond); } }
public static void Main(string[] args) { Game.Window window = new Game.Window(); }