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() [2/3]

override bool UnityEngine.AnimationCurve.Equals ( object o)
inline

Definition at line 100 of file AnimationCurve.cs.

101 {
102 if (o != null)
103 {
104 Type type = o.GetType();
106 }
107 bool flag;
108 return flag;
109 }
class f__AnonymousType0<< Count > j__TPar
new Type GetType()
Definition Type.cs:287

References System.Type.GetType(), and j__TPar.