전략 관련 보정 함수 명 변경
This commit is contained in:
@@ -12,9 +12,9 @@ trait DefaultActionTrigger{
|
||||
public function onPreGeneralStatUpdate(General $general, string $statName, $value){
|
||||
return $value;
|
||||
}
|
||||
|
||||
public function onCalcStragicDelay(array $nation, int $commandType, int $turn):int{
|
||||
return $turn;
|
||||
|
||||
public function onCalcStrategic(string $turnType, string $varType, $value){
|
||||
return $value;
|
||||
}
|
||||
|
||||
public function onCalcNationalIncome(string $type, int $amount):int{
|
||||
|
||||
Reference in New Issue
Block a user