Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
DefaultSettingsSection.cs
Go to the documentation of this file.
2
4
5internal sealed class DefaultSettingsSection
6{
8
9 private static TimeSpan s_timeout = TimeSpan.Parse("00:01:00");
10
11 [CompilerGenerated]
13
15
17 {
18 return s_section;
19 }
20}
static TimeSpan Parse(string s)
Definition TimeSpan.cs:301