示例#1
0
 internal void KillCoroutine(ButtonEx button)
 {
     if (null != _routine)
     {
         button.StopCoroutine(_routine);
         _routine = null;
     }
 }