금수입, 살수입 반영

This commit is contained in:
2018-09-02 22:04:08 +09:00
parent 34204f6183
commit ff31e41fec
10 changed files with 61 additions and 7 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ trait DefaultActionTrigger{
return $turn;
}
public function onCalcNationalIncome(array $nation, string $type, int $amount):int{
public function onCalcNationalIncome(string $type, int $amount):int{
return $amount;
}