Exemple #1
0
 public static void StopCachePausableCoroutine(this MonoBehaviour self, string name)
 {
     MonoBehaviourUtil.StopCachePausableCoroutine(self, name);
 }