Beispiel #1
0
 public ICreature GetCreatureFromList(List <ICreature> creatures)
 {
     return(creatures[RNG.GetInt(0, creatures.Count - 1)]);
 }