fix: 진행 중 $rng 호출 관련 버그 수정

This commit is contained in:
2022-05-17 23:28:31 +09:00
parent 8665838472
commit b22987f21b
5 changed files with 7 additions and 9 deletions
+1 -2
View File
@@ -8,8 +8,7 @@ class WarUnitCity extends WarUnit{
protected $cityRate;
function __construct(RandUtil $rng, $raw, $rawNation, int $year, int $month, $cityRate){
$this->rng = $rng;
function __construct(public readonly RandUtil $rng, $raw, $rawNation, int $year, int $month, $cityRate){
$general = new DummyGeneral(false);
$general->setVar('city', $raw['city']);
$general->setVar('nation', $raw['nation']);