Exemplo n.º 1
0
 public double this[StatType type]
 {
     get { return(_statTypes[type.AsInt()]); }
     set { _statTypes[type.AsInt()] = value; }
 }