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

◆ Equals()

override bool UnityEngine.Event.Equals ( object obj)
inline

Definition at line 122 of file Event.cs.

123 {
124 if (obj != null)
125 {
126 Type type = obj.GetType();
128 throw new MissingMethodException();
129 }
130 throw new MissingMethodException();
131 }
class f__AnonymousType0<< Count > j__TPar
new Type GetType()
Definition Type.cs:287
EventType type
Definition Event.cs:225

References System.Type.GetType(), j__TPar, System.obj, and UnityEngine.Event.type.