コード例 #1
0
ファイル: PotionDeVie.cs プロジェクト: adrientoub/CrystalGate
 public PotionDeVie(Unite unite, Vector2 position)
     : base(unite, position)
 {
     Icone = PackTexture.boutons[3];
     spell = new Soin(unite, false);
     id = 1;
 }
コード例 #2
0
 public override void Effet(Unite unite)
 {
     spell = new Soin(unite, false);
 }
コード例 #3
0
 public PotionDeVie(Unite unite, Vector2 position) : base(unite, position)
 {
     Icone = PackTexture.boutons[3];
     spell = new Soin(unite, false);
     id = 1;
 }
コード例 #4
0
ファイル: PotionDeVie.cs プロジェクト: adrientoub/CrystalGate
 public override void Effet(Unite unite)
 {
     spell = new Soin(unite, false);
 }