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

◆ TopRight

Vector2 Terraria.Entity.TopRight
getsetinherited

Definition at line 298 of file Entity.cs.

299 {
300 get
301 {
302 int num = this.width;
303 float x = this.position.X;
304 float y = this.position.Y;
305 Vector2 vector;
306 return vector;
307 }
308 set
309 {
310 int num = this.width;
311 }
312 }
Vector2 position
Definition Entity.cs:460