onCalcDomesticTurnScore 변경 TriggerNationType에서 숫자 id 제거
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user