public override bool Execute(ISkillCore instance, float curTime)
 {
     Debug.Log("m_TypeName = " + m_TypeName);
     return(false);
 }
예제 #2
0
 public abstract bool Execute(ISkillCore instance, float curTime);