Exemplo n.º 1
0
 public Perk GetPerk(PerkType type)
 {
     return(Perks.Find(x => x.Type == type));
 }