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

◆ OnLogMessage

static Action< LogMessage > InControl.Logger.OnLogMessage
staticaddremove

Definition at line 12 of file Logger.cs.

13 {
15 add
16 {
18 if (@delegate != null && @delegate == null)
19 {
20 return;
21 }
22 }
24 remove
25 {
27 if (@delegate != null && @delegate == null)
28 {
29 return;
30 }
31 }
32 }
class f__AnonymousType0<< Count > j__TPar