spaceconquest.MenuManager.ClickNewGame C# (CSharp) Method

ClickNewGame() public static method

public static ClickNewGame ( Object o, EventArgs e ) : void
o Object
e System.EventArgs
return void
        public static void ClickNewGame(Object o, EventArgs e)
        {
            Game1.soundEffectBox.PlaySound("Hosting");
            screen = new GameScreen(true, null,0, null);
        }