コード例 #1
0
ファイル: Painting.php プロジェクト: 1455931078/Genisys
 public function initEntity()
 {
     parent::initEntity();
     if (isset($this->namedtag->Motive)) {
         $this->motive = $this->namedtag["Motive"];
     } else {
         $this->close();
     }
 }
コード例 #2
0
 public function initEntity()
 {
     $this->setMaxHealth(1);
     $this->setHealth($this->getMaxHealth());
     parent::initEntity();
     if (isset($this->namedtag->Motive)) {
         $this->motive = $this->namedtag["Motive"];
     } else {
         $this->close();
     }
 }