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