Ejemplo n.º 1
0
 public int this[ManaType type]
 {
     get
     {
         return(SecondValues[FirstValues.IndexOf(type)]);
     }
 }
Ejemplo n.º 2
0
 public void ModifyAmount(ManaType type, int amount)
 {
     SecondValues[FirstValues.IndexOf(type)] += amount;
 }