Example #1
0
 private void CheckBreakEnd()
 {
     if (!isBreak)
     {
         return;
     }
     if (drawComp.IsAnimEnd())
     {
         entity.DeActive();
     }
 }