onCalcDomesticTurnScore 변경 TriggerNationType에서 숫자 id 제거

This commit is contained in:
2018-09-02 21:57:44 +09:00
parent 6fc8763895
commit 34204f6183
20 changed files with 47 additions and 57 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ class Nation{
int $rice = 2000,
string $infoText = '국가 설명',
int $tech = 0,
string $type = '유가',
?string $type = null,
int $nationLevel = 0,
array $cities = []
){