버그 수정

This commit is contained in:
2019-04-21 12:52:57 +09:00
parent cf1f023379
commit 88e3a9852b
6 changed files with 55 additions and 52 deletions
+3 -1
View File
@@ -4,6 +4,7 @@ namespace sammo\Command\General;
use \sammo\Command;
use \sammo\Util;
use \sammo\JosaUtil;
use \sammo\LastTurn;
class 휴식 extends Command\GeneralCommand{
static protected $actionName = '휴식';
@@ -13,7 +14,8 @@ class 휴식 extends Command\GeneralCommand{
}
protected function init(){
//아무것도 하지 않음
$this->runnableConstraints=[
];
}
public function getCost():array{