WarUnit의 일부 요소를 General과 ActionSpecialWar 등으로 분리

This commit is contained in:
2019-04-28 05:43:59 +09:00
parent ef40f299ef
commit 477ec440bc
28 changed files with 256 additions and 191 deletions
+1 -7
View File
@@ -16,13 +16,7 @@ class DummyGeneral extends General{
$this->resultTurn = new LastTurn();
if($initLogger){
$this->logger = new ActionLogger(
$this->getVar('no'),
$this->getVar('nation'),
1,
1,
false
);
$this->initLogger(1, 1);
}
}