argTest를 로직 순서에 맞게 변경

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