Beispiel #1
0
 public void CancelCount()
 {
     if (m_CountRoutine != null)
     {
         OnFinished();
         m_PlaceValue.ClearRealtimeCount();
         StopCoroutine(m_CountRoutine);
         m_CountRoutine = null;
     }
 }