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 Microsoft.Xna.Framework.Input.GamePadThumbSticks.Equals ( object obj)
inline

Definition at line 98 of file GamePadThumbSticks.cs.

99 {
100 if (obj != null)
101 {
102 }
103 float y = this._right.Y;
104 bool flag;
105 return flag;
106 }

References Microsoft.Xna.Framework.Input.GamePadThumbSticks._right, System.obj, and Microsoft.Xna.Framework.Vector2.Y.