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