public void FreeSkillId(int id) { m_idProviderSkill.Push(id); }
public void Remove(Party party) { RemoveEntity(party.Id); m_idProvider.Push(party.Id); }
public void RemoveDropItem(DropItem dropItem) { m_droppedItems.Remove(dropItem); m_dropItemIdPopper.Push(dropItem.Id); this.Send(new ObjectGroundRemovedMessage(dropItem.CellId)); }
public void Remove(IFight fight) { RemoveEntity(fight.Id); m_idProvider.Push(fight.Id); }