Пример #1
0
 public bool RemoveObjects(string objectID)
 {
     return(m_gameObjectRepository.Remove(objectID));
 }
Пример #2
0
 public bool RemoveObjects(string id)
 {
     return(m_gameObjectRepository.Remove(id));
 }