argTest를 로직 순서에 맞게 변경

This commit is contained in:
2018-10-21 14:28:29 +09:00
parent c08459e370
commit 6c5c2d40bc
27 changed files with 289 additions and 304 deletions
+4 -4
View File
@@ -8,14 +8,14 @@ use \sammo\JosaUtil;
class 휴식 extends Command\GeneralCommand{
static protected $actionName = '휴식';
protected function init(){
//아무것도 하지 않음
}
protected function argTest():bool{
return true;
}
protected function init(){
//아무것도 하지 않음
}
public function getCost():array{
return [0, 0];
}