Beispiel #1
0
 public BaseMonster getMonster(int monsterId)
 {
     return(_monsterRepository.getMonster(monsterId));
 }