protected void Run(string[] args) { Game game = new Game(); game.Run(); }
public override void FinishedLaunching (UIApplication app) { game = Instance.CreateGame (); game.Run (); }