onCalcDomesticTurnScore 구조 변경

This commit is contained in:
2018-09-02 23:11:07 +09:00
parent c216c6d8ae
commit 1fe3bfd0f3
15 changed files with 90 additions and 90 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ interface iActionTrigger{
//TODO: 능력치는?
public function onPreTurnExecute(General $general, ?array $nation):array;
public function onCalcDomesticTurnScore(string $turnType, float $score, float $cost, float $successRate, float $failRate):array;
public function onCalcDomestic(string $turnType, string $varType, float $value):float;
public function onCalcSabotageProp(float $successRate):float;
public function onPreGeneralStatUpdate(General $general, string $statName, $value);