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

◆ Center

Vector2 Terraria.DataStructures.NPCAimedTarget.Center
get

Definition at line 23 of file NPCAimedTarget.cs.

24 {
25 get
26 {
27 int width = this.Width;
28 int height = this.Height;
29 float x = this.Position.X;
30 float y = this.Position.Y;
31 if (!true)
32 {
33 }
34 return 1;
35 }
36 }