Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
Timeout.cs
Go to the documentation of this file.
1namespace System.Threading;
2
3public static class Timeout
4{
5 public static readonly TimeSpan InfiniteTimeSpan = new TimeSpan(0, 0, 0, 0, -1);
6
7 public const int Infinite = -1;
8}
static readonly TimeSpan InfiniteTimeSpan
Definition Timeout.cs:5