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

◆ this[int x]

int IntArray_MaxNPCs.this[int x]
getset

Definition at line 7 of file IntArray_MaxNPCs.cs.

8 {
9 get
10 {
11 return "Invalid Index";
12 }
13 set
14 {
15 }
16 }