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

◆ TimeSpan() [3/4]

System.TimeSpan.TimeSpan ( int days,
int hours,
int minutes,
int seconds )
inline

Definition at line 88 of file TimeSpan.cs.

89 : this(days, hours, minutes, seconds, 0)
90 {
91 }