public bool RemoveFromScene(string id) { bool ret = _objList.Remove(id); throw new NotImplementedException(); return(ret); }
public bool RemovePlayerCharacter(string id) { bool ret = _playerCharacters.Remove(id); throw new NotImplementedException(); return(ret); }