Пример #1
0
 public void RemoveActor(BaseActor bs)
 {
     m_ActorList.Remove(bs);
     bs.DestoryDate();
 }