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

◆ StartCoroutine() [3/3]

Coroutine UnityEngine.MonoBehaviour.StartCoroutine ( string methodName,
[DefaultValue("null")] object value )
inlineinherited

Definition at line 61 of file MonoBehaviour.cs.

62 {
63 bool flag = string.IsNullOrEmpty(methodName);
64 throw new MissingMethodException();
65 }