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

◆ OnLoad

Action< Preferences > Terraria.IO.Preferences.OnLoad
addremove

Definition at line 43 of file Preferences.cs.

44 {
46 add
47 {
49 if (@delegate != null && @delegate == null)
50 {
51 return;
52 }
53 }
55 remove
56 {
58 if (@delegate != null && @delegate == null)
59 {
60 return;
61 }
62 }
63 }
class f__AnonymousType0<< Count > j__TPar
static Delegate Combine(Delegate a, Delegate b)
Definition Delegate.cs:255
static Delegate Remove(Delegate source, Delegate value)
Definition Delegate.cs:278
Action< Preferences > OnLoad

Referenced by Terraria.IO.Preferences.Load().