コード例 #1
0
ファイル: Player.php プロジェクト: robozeri/Yuriko-MP
 public function setMaxHealth($amount)
 {
     parent::setMaxHealth($amount);
     $this->getAttributeManager()->getAttribute(AttributeManager::MAX_HEALTH)->setMaxValue($amount);
 }