버그 수정

This commit is contained in:
2020-04-25 04:33:53 +09:00
parent 40c89a479f
commit 6d642c8098
12 changed files with 64 additions and 16 deletions
+4
View File
@@ -80,6 +80,10 @@ class WarUnit{
function getUpdatedValues():array {
return $this->general->getUpdatedValues();
}
function flushUpdateValues():void {
$this->general->flushUpdateValues();
}
protected function clearActivatedSkill(){
foreach($this->activatedSkill as $skillName=>$state){