예제 #1
0
파일: Magby.php 프로젝트: gries/pokemath
 public function __construct()
 {
     parent::__construct('magby');
 }
예제 #2
0
파일: Persian.php 프로젝트: gries/pokemath
 public function __construct()
 {
     parent::__construct('persian');
 }
예제 #3
0
 public function __construct()
 {
     parent::__construct('alomomola');
 }
예제 #4
0
 public function __construct()
 {
     parent::__construct('hippowdon');
 }
예제 #5
0
 public function __construct()
 {
     parent::__construct('gothitelle');
 }
예제 #6
0
파일: Arbok.php 프로젝트: gries/pokemath
 public function __construct()
 {
     parent::__construct('arbok');
 }
예제 #7
0
파일: Cubchoo.php 프로젝트: gries/pokemath
 public function __construct()
 {
     parent::__construct('cubchoo');
 }
예제 #8
0
파일: Glalie.php 프로젝트: gries/pokemath
 public function __construct()
 {
     parent::__construct('glalie');
 }
예제 #9
0
파일: Yanma.php 프로젝트: gries/pokemath
 public function __construct()
 {
     parent::__construct('yanma');
 }
예제 #10
0
파일: Phantump.php 프로젝트: gries/pokemath
 public function __construct()
 {
     parent::__construct('phantump');
 }
예제 #11
0
파일: Sylveon.php 프로젝트: gries/pokemath
 public function __construct()
 {
     parent::__construct('sylveon');
 }
예제 #12
0
파일: Furfrou.php 프로젝트: gries/pokemath
 public function __construct()
 {
     parent::__construct('furfrou');
 }
예제 #13
0
파일: Weedle.php 프로젝트: gries/pokemath
 public function __construct()
 {
     parent::__construct('weedle');
 }
예제 #14
0
파일: Duskull.php 프로젝트: gries/pokemath
 public function __construct()
 {
     parent::__construct('duskull');
 }
예제 #15
0
파일: Greninja.php 프로젝트: gries/pokemath
 public function __construct()
 {
     parent::__construct('greninja');
 }
예제 #16
0
파일: Floatzel.php 프로젝트: gries/pokemath
 public function __construct()
 {
     parent::__construct('floatzel');
 }
예제 #17
0
파일: Quagsire.php 프로젝트: gries/pokemath
 public function __construct()
 {
     parent::__construct('quagsire');
 }
예제 #18
0
파일: Spinarak.php 프로젝트: gries/pokemath
 public function __construct()
 {
     parent::__construct('spinarak');
 }
예제 #19
0
파일: Frillish.php 프로젝트: gries/pokemath
 public function __construct()
 {
     parent::__construct('frillish');
 }
예제 #20
0
파일: Simipour.php 프로젝트: gries/pokemath
 public function __construct()
 {
     parent::__construct('simipour');
 }
예제 #21
0
 public function __construct()
 {
     parent::__construct('eelektrik');
 }
예제 #22
0
파일: Machoke.php 프로젝트: gries/pokemath
 public function __construct()
 {
     parent::__construct('machoke');
 }
예제 #23
0
파일: Kakuna.php 프로젝트: gries/pokemath
 public function __construct()
 {
     parent::__construct('kakuna');
 }
예제 #24
0
파일: Huntail.php 프로젝트: gries/pokemath
 public function __construct()
 {
     parent::__construct('huntail');
 }
예제 #25
0
파일: Sewaddle.php 프로젝트: gries/pokemath
 public function __construct()
 {
     parent::__construct('sewaddle');
 }
예제 #26
0
 public function __construct()
 {
     parent::__construct('cofagrigus');
 }
예제 #27
0
파일: Petilil.php 프로젝트: gries/pokemath
 public function __construct()
 {
     parent::__construct('petilil');
 }
예제 #28
0
 public function __construct()
 {
     parent::__construct('serperior');
 }
예제 #29
0
 public function __construct()
 {
     parent::__construct('tranquill');
 }
예제 #30
0
 public function __construct()
 {
     parent::__construct('talonflame');
 }