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

◆ OnCompleted

Achievement AchievementCompleted Terraria.Achievements.Achievement.OnCompleted
addremove

Definition at line 28 of file Achievement.cs.

29 {
31 add
32 {
33 if (Delegate.Combine(this.OnCompleted, value) != null)
34 {
35 }
36 }
38 remove
39 {
40 if (Delegate.Remove(this.OnCompleted, value) != null)
41 {
42 }
43 }
44 }
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.Achievements.Achievement.OnConditionComplete().