initEntity() 공개 메소드

public initEntity ( )
예제 #1
0
 public function initEntity()
 {
     $this->setMaxHealth(20);
     parent::initEntity();
 }