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

override bool UnityEngine.Playables.PlayableHandle.Equals ( object p)
inline

Definition at line 81 of file PlayableHandle.cs.

82 {
83 if (p != null)
84 {
85 }
86 bool flag;
87 return flag;
88 }