Ejemplo n.º 1
0
 public int this[AbilityScore score]
 {
     get {
         return this.stats[score.ToString()];
     }
 }
 public int this[AbilityScore score] {
     get {
         return(this.stats[score.ToString()]);
     }
 }