내특을 int에서 string으로 변경

This commit is contained in:
2018-09-03 02:07:41 +09:00
parent dd5feb0e2c
commit e7ae2ab441
24 changed files with 133 additions and 126 deletions
+2 -2
View File
@@ -110,8 +110,8 @@ class WarUnit{
return $this->deadCurr;
}
function getSpecialDomestic():int{
return 0;
function getSpecialDomestic():string{
return GameConst::$defaultSpecial;
}
function getSpecialWar():int{