일단 push

This commit is contained in:
2018-09-17 02:57:44 +09:00
parent 777ec39bd9
commit 6eb67b1a3c
15 changed files with 3269 additions and 265 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ interface iActionTrigger{
const PRIORITY_FINAL = 10000;
//TODO: 능력치는?
public function onPreTurnExecute(General $general, ?array $nation):array;
public function onPreTurnExecute(General $general):array;
public function onCalcDomestic(string $turnType, string $varType, float $value):float;
public function onPreGeneralStatUpdate(General $general, string $statName, $value);