fix: 디버그 메시지 제거

This commit is contained in:
2023-05-11 02:25:52 +09:00
parent 4cd273b89f
commit e57e387353
2 changed files with 3 additions and 2 deletions
+3
View File
@@ -80,6 +80,9 @@ class WarUnitCity extends WarUnit{
function setSiege(){
$this->onSiege = true;
$this->currPhase = 0;
$this->prePhase = 0;
$this->bonusPhase = 0;
}
function isSiege(): bool{