Exemplo n.º 1
0
 public List <Perk> GetPerkList()
 {
     return(perk != null?perk.GetPerkList() : new List <Perk>());
 }