'지난 턴'을 관리하는 기능 추가

This commit is contained in:
2018-10-03 22:38:05 +09:00
parent 4baac981c2
commit 7aa7b4b6dd
11 changed files with 114 additions and 45 deletions
+2 -1
View File
@@ -4,8 +4,9 @@ namespace sammo\Command\Nation;
use \sammo\Command;
use \sammo\Util;
use \sammo\JosaUtil;
use sammo\LastTurn;
class 휴식 extends NationCommand{
class 휴식 extends Command\NationCommand{
protected function init(){
//아무것도 하지 않음
}