Beispiel #1
0
 public List <HumanEnemy> GetHumanEnemies(int roomID)
 {
     return(repo.GetHumanEnemies(roomID));
 }