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

◆ TopLeft

Vector2 Terraria.Entity.TopLeft
getsetinherited

Definition at line 281 of file Entity.cs.

282 {
283 get
284 {
285 float x = this.position.X;
286 float y = this.position.Y;
287 Vector2 vector;
288 return vector;
289 }
290 set
291 {
292 }
293 }
Vector2 position
Definition Entity.cs:460