コード例 #1
0
ファイル: Egg.php プロジェクト: BradlySharpe/Digimon
 public function __construct()
 {
     parent::__construct();
     $this->createStages();
 }