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