Exemplo n.º 1
0
 public int GetMonsterCountByType(MonsterCountTypes type)
 {
     return(monsterTypeCounts[(int)type]);
 }
Exemplo n.º 2
0
 public int GetMonsterCountByType(MonsterCountTypes type)
 {
     return MonsterTypeCounts[(int)type];
 }