Bricklayer.Client.Interface.GameScreen.Remove C# (CSharp) Méthode

Remove() public méthode

public Remove ( ) : void
Résultat void
        public override void Remove()
        {
            Window.Remove(Bar);
            Window.Remove(Sidebar);
            Manager.Remove(ChatBox);
            Game.NetManager.Send(new Bricklayer.Common.Networking.Messages.PlayerLeaveMessage(Game.MyID));
            Game.Map = null;
        }