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
@@ -11,7 +11,7 @@ interface iActionTrigger{
//TODO: 능력치는?
public function onPreTurnExecute(General $general, ?array $nation):array;
public function onCalcDomesticTurnScore(General $general, string $turnType, float $score, float $cost, float $successRate, float $failRate):array;
public function onCalcDomesticTurnScore(string $turnType, float $score, float $cost, float $successRate, float $failRate):array;
public function onPreGeneralStatUpdate(General $general, string $statName, $value);