Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ InactiveSleepTime

TimeSpan Terraria.Server.Game.InactiveSleepTime
getset

Definition at line 25 of file Game.cs.

26 {
27 get
28 {
29 return TimeSpan.Zero;
30 }
31 set
32 {
33 }
34 }
static readonly TimeSpan Zero
Definition TimeSpan.cs:21