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

◆ PermissionDenied

Action< string > UnityEngine.Android.PermissionCallbacks.PermissionDenied
addremove

Definition at line 39 of file PermissionCallbacks.cs.

40 {
42 add
43 {
45 if (@delegate != null && @delegate == null)
46 {
47 return;
48 }
49 }
51 remove
52 {
54 if (@delegate != null && @delegate == null)
55 {
56 return;
57 }
58 }
59 }
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 UnityEngine.Android.PermissionCallbacks.onPermissionDenied().