전투 추가 구현
This commit is contained in:
@@ -182,7 +182,7 @@ class WarUnit{
|
||||
return false;
|
||||
}
|
||||
|
||||
function applyBattleBeginSkillAndItem(){
|
||||
function applyBattleBeginSkillAndItem():bool{
|
||||
return false;
|
||||
}
|
||||
|
||||
@@ -220,6 +220,10 @@ class WarUnit{
|
||||
return false;
|
||||
}
|
||||
|
||||
function applyDB($db):bool{
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user