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

◆ print()

static void UnityEngine.MonoBehaviour.print ( object message)
inlinestaticinherited

Definition at line 129 of file MonoBehaviour.cs.

130 {
131 if (!true)
132 {
133 }
134 Debug.Log(message);
135 }

References UnityEngine.Debug.Log().