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.Vector2Int.Equals ( object other)
inline

Definition at line 62 of file Vector2Int.cs.

63 {
64 if (other != null)
65 {
66 int y = this.m_Y;
67 return;
68 }
69 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, UnityEngine.Vector2Int.m_Y, and UnityEngine.Vector2Int.y.