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

◆ operator*() [1/4]

static TimeSpan System.TimeSpan.operator* ( double factor,
TimeSpan timeSpan )
inlinestatic

Definition at line 530 of file TimeSpan.cs.

531 {
532 return timeSpan * factor;
533 }