示例#1
0
 public bool RemoveObjects(string objectID)
 {
     return(m_gameObjectRepository.Remove(objectID));
 }
示例#2
0
 public bool RemoveObjects(string id)
 {
     return(m_gameObjectRepository.Remove(id));
 }