BaseWarUnitTrigger, TriggerCaller 구조 변경, 클래스 반영

This commit is contained in:
2019-06-06 22:32:35 +09:00
parent ede1d89569
commit e5a5281e10
41 changed files with 132 additions and 127 deletions
-16
View File
@@ -344,22 +344,6 @@ class WarUnit{
}
}
function checkPreActiveSkill(){
yield true;
}
function checkActiveSkill(){
yield true;
}
function checkPostActiveSkill(){
yield true;
}
function applyActiveSkill(){
yield true;
}
function getHP():int{
throw new NotInheritedMethodException();
return 0;