Example #1
0
 public abstract void PotionEffect(Potion potion);
Example #2
0
 public override void PotionEffect(Potion potion)
 {
     //int mana = 5;
     //mana += mana;
 }
Example #3
0
 public bool Drink(Potion potion)
 {
     return(true);
 }