terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ StopCoroutine() [1/3]

void UnityEngine.MonoBehaviour.StopCoroutine ( Coroutine routine)
inlineinherited

Definition at line 93 of file MonoBehaviour.cs.

94 {
95 if (routine != null)
96 {
97 throw new MissingMethodException();
98 }
99 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar.