Exemplo n.º 1
0
 public SingleStat this[BaseStat stat]
 {
     get { return(_stats[stat.AsInt()]); }
     set { _stats[stat.AsInt()] = value; }
 }