예제 #1
0
 public float this[StatBonusTypes type] {
     get { return(_model[type]); }
 }
예제 #2
0
 public float this[StatBonusTypes type] {
     get { return(Bonuses[type]); } set { Bonuses[type] = value; }
 }