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

◆ OnRefreshStats

NPCStatsReportInfoElement StatAdjustmentStep Terraria.GameContent.Bestiary.NPCStatsReportInfoElement.OnRefreshStats
addremove

Definition at line 29 of file NPCStatsReportInfoElement.cs.

30 {
32 add
33 {
34 if (Delegate.Combine(this.OnRefreshStats, value) != null)
35 {
36 }
37 }
39 remove
40 {
41 if (Delegate.Remove(this.OnRefreshStats, value) != null)
42 {
43 }
44 }
45 }
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

Referenced by Terraria.GameContent.Bestiary.NPCStatsReportInfoElement.RefreshStats().