onCalcNationalIncome 버그

This commit is contained in:
2020-05-18 23:17:16 +09:00
parent fed3246c84
commit 1e485a3883
17 changed files with 50 additions and 41 deletions
+1 -1
View File
@@ -821,7 +821,7 @@ class General implements iAction{
return $value;
}
public function onCalcNationalIncome(string $type, int $amount):int{
public function onCalcNationalIncome(string $type, $amount){
foreach(array_merge([
$this->nationType,
$this->officerLevelObj,