コード例 #1
0
ファイル: Magicien.class.php プロジェクト: AFPA-Dijon/afpa
 public function __construct($nom, $pv = null, $atk = null, $atkm = null)
 {
     parent::__construct($nom, $pv, $atk);
     $this->atkm = $atkm;
 }