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

◆ InactiveSleepTime

TimeSpan Terraria.Server.Game.InactiveSleepTime
getset

Definition at line 46 of file Game.cs.

47 {
48 get
49 {
50 if (!true)
51 {
52 }
53 return 1;
54 }
55 set
56 {
57 }
58 }