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

◆ Multiply()

TimeSpan System.TimeSpan.Multiply ( double factor)
inline

Definition at line 262 of file TimeSpan.cs.

263 {
264 return this * factor;
265 }