아이템 구현. 장비매매 추가

This commit is contained in:
2018-10-21 01:55:09 +09:00
parent 2de061203b
commit 64fd0e2f28
28 changed files with 777 additions and 208 deletions
+1 -1
View File
@@ -2,12 +2,12 @@
namespace sammo;
interface iAction{
//TODO: 능력치는?
public function getPreTurnExecuteTriggerList(General $general):?GeneralTriggerCaller;
public function onCalcDomestic(string $turnType, string $varType, float $value, $aux=null):float;
public function onPreGeneralStatUpdate(General $general, string $statName, $value);
public function onCalcStat(General $general, string $stat, $value);
public function onCalcStrategic(string $turnType, string $varType, $value);
public function onCalcNationalIncome(string $type, int $amount):int;