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

◆ IsVoidVaultEnabled

bool Terraria.Player.IsVoidVaultEnabled
getset

Definition at line 1283 of file Player.cs.

1284 {
1285 get
1286 {
1287 bool flag;
1288 return flag;
1289 }
1290 set
1291 {
1292 }
1293 }