git ignore 변경, 소소한 버그 수정
This commit is contained in:
@@ -16,6 +16,7 @@ d_log/*.zip
|
||||
sess_*
|
||||
*/logs/*.txt
|
||||
*/logs/*/*.txt
|
||||
*/logs/preserved
|
||||
err.txt
|
||||
che/.htaccess
|
||||
kwe/.htaccess
|
||||
|
||||
@@ -11,7 +11,7 @@ interface iAction{
|
||||
public function onCalcStrategic(string $turnType, string $varType, $value);
|
||||
public function onCalcNationalIncome(string $type, int $amount):int;
|
||||
|
||||
public function getWarPowerMultiplier(WarUnit $unit):?WarUnitTriggerCaller;
|
||||
public function getWarPowerMultiplier(WarUnit $unit):array;
|
||||
public function getBattleInitSkillTriggerList(WarUnit $unit):?WarUnitTriggerCaller;
|
||||
public function getBattlePhaseSkillTriggerList(WarUnit $unit):?WarUnitTriggerCaller;
|
||||
}
|
||||
Reference in New Issue
Block a user