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

◆ HasAnySection

bool Terraria.RemoteClient.HasAnySection
get

Definition at line 13 of file RemoteClient.cs.

14 {
15 get
16 {
17 for (;;)
18 {
19 int num = 1;
20 if (num == 0)
21 {
22 }
23 if (num == 0)
24 {
25 }
26 if (this.TileSections != null)
27 {
28 return;
29 }
30 }
31 }
32 }