fix: DummyGeneral에 penaltyList
This commit is contained in:
@@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
namespace sammo;
|
namespace sammo;
|
||||||
|
|
||||||
|
use Ds\Map;
|
||||||
use sammo\Enums\InheritanceKey;
|
use sammo\Enums\InheritanceKey;
|
||||||
|
|
||||||
class DummyGeneral extends General
|
class DummyGeneral extends General
|
||||||
@@ -31,6 +32,7 @@ class DummyGeneral extends General
|
|||||||
$this->raw = $raw;
|
$this->raw = $raw;
|
||||||
|
|
||||||
$this->resultTurn = new LastTurn();
|
$this->resultTurn = new LastTurn();
|
||||||
|
$this->penaltyList = new Map();
|
||||||
|
|
||||||
if ($initLogger) {
|
if ($initLogger) {
|
||||||
$this->initLogger(1, 1);
|
$this->initLogger(1, 1);
|
||||||
|
|||||||
Reference in New Issue
Block a user