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

◆ Activated

EventHandler< EventArgs > Terraria.Server.Game.Activated
addremove

Definition at line 135 of file Game.cs.

136 {
138 add
139 {
141 if (@delegate != null && @delegate == null)
142 {
143 return;
144 }
145 }
147 remove
148 {
150 if (@delegate != null && @delegate == null)
151 {
152 return;
153 }
154 }
155 }
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
EventHandler< EventArgs > Activated
Definition Game.cs:136