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

This commit is contained in:
2018-10-21 01:55:09 +09:00
parent 05fcb5397e
commit b6db653f41
28 changed files with 777 additions and 208 deletions
+4
View File
@@ -13,6 +13,10 @@ trait DefaultAction{
return $value;
}
public function onCalcStat(General $general, string $stat, $value){
return $value;
}
public function onCalcStrategic(string $turnType, string $varType, $value){
return $value;
}