Exemplo n.º 1
0
 public void AddExtraMaxValue(RefStat v)
 {
     v.reference = this;
     extraMaxValues.Add(v);
     changed = true;
 }
Exemplo n.º 2
0
 public void RemoveExtraMaxValue(RefStat v)
 {
     v.reference = null;
     extraMaxValues.Remove(v);
     changed = true;
 }