Exemplo n.º 1
0
 public override void Destroy(BaseGameRoom room)
 {
     SendDataTCP.SendDestroy(room, index, type);
     room.dynamicObjectsList.Destroy(index);
 }