fix: DummyGeneral에 penaltyList

This commit is contained in:
2024-06-08 18:52:47 +00:00
parent f0cc22d9d8
commit 8e7227c29d
+2
View File
@@ -2,6 +2,7 @@
namespace sammo;
use Ds\Map;
use sammo\Enums\InheritanceKey;
class DummyGeneral extends General
@@ -31,6 +32,7 @@ class DummyGeneral extends General
$this->raw = $raw;
$this->resultTurn = new LastTurn();
$this->penaltyList = new Map();
if ($initLogger) {
$this->initLogger(1, 1);