public void DelPlayer(Character @char) { var pos = @char.Position; ClearAttribute(pos.X, pos.Y, MapAttributes.Stand); Players.Remove(@char); PlayerLeaves?.Invoke(@char.Player, new EventArgs()); }
public void DelPlayer(Character @char) { Players.Remove(@char); PlayerLeaves?.Invoke(@char.Player, new EventArgs()); }