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

◆ OnSave

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

Definition at line 18 of file Preferences.cs.

19 {
21 add
22 {
24 if (@delegate != null && @delegate == null)
25 {
26 return;
27 }
28 }
30 remove
31 {
33 if (@delegate != null && @delegate == null)
34 {
35 return;
36 }
37 }
38 }
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 > OnSave

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