public PotionDeVie(Unite unite, Vector2 position) : base(unite, position) { Icone = PackTexture.boutons[3]; spell = new Soin(unite, false); id = 1; }
public override void Effet(Unite unite) { spell = new Soin(unite, false); }