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

◆ Write() [6/6]

override void UnityEngine.UnityLogWriter.Write ( string s)
inlinevirtual

Reimplemented from System.IO.TextWriter.

Definition at line 58 of file UnityLogWriter.cs.

59 {
60 if (s != null)
61 {
62 throw new MissingMethodException();
63 }
64 }

References System.s.