턴 커맨드에 getPreReqTurn, getPostReqTurn 추가

This commit is contained in:
2018-10-03 17:45:47 +09:00
parent 1d0bcd857e
commit a33a7317cc
6 changed files with 70 additions and 10 deletions
+8
View File
@@ -18,6 +18,14 @@ class 휴식 extends GeneralCommand{
return [0, 0];
}
public function getPreReqTurn():int{
return 0;
}
public function getPostReqTurn():int{
return 0;
}
public function run():bool{
$general = $this->generalObj;
$logger = $general->getLogger();