spaceconquest.MenuManager.ClickHost C# (CSharp) Method

ClickHost() public static method

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