Esempio n. 1
0
 public void Add(ManaType type, int amount = 1, ManaRestriction restriction = null)
 {
     for (int i = 0; i < amount; i++)
     {
         this.ManaFragments.Add(ManaFragment.Get(type, restriction));
     }
 }