Пример #1
0
 public override bool Execute(object sender, SkillInstance instance, long delta, long curSectionTime)
 {
     UnityEngine.GameObject obj = sender as UnityEngine.GameObject;
     if (obj == null)
     {
         return(false);
     }
     LogicSystem.NotifyGfxAddLockInputTime(obj, m_SkillCategory, m_LockInputTime);
     return(false);
 }