예제 #1
0
 public void FreeSkillId(int id)
 {
     m_idProviderSkill.Push(id);
 }
예제 #2
0
        public void Remove(Party party)
        {
            RemoveEntity(party.Id);

            m_idProvider.Push(party.Id);
        }
예제 #3
0
 public void RemoveDropItem(DropItem dropItem)
 {
     m_droppedItems.Remove(dropItem);
     m_dropItemIdPopper.Push(dropItem.Id);
     this.Send(new ObjectGroundRemovedMessage(dropItem.CellId));
 }
예제 #4
0
        public void Remove(IFight fight)
        {
            RemoveEntity(fight.Id);

            m_idProvider.Push(fight.Id);
        }