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

◆ IsActive

bool Terraria.Server.Game.IsActive
get

Definition at line 62 of file Game.cs.

63 {
64 get
65 {
66 return true;
67 }
68 }