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

◆ WriteStringToUnityLog()

static void UnityEngine.UnityLogWriter.WriteStringToUnityLog ( string s)
inlinestatic

Definition at line 14 of file UnityLogWriter.cs.

15 {
16 if (s != null)
17 {
18 throw new MissingMethodException();
19 }
20 }

References System.s.