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

◆ Divide() [1/2]

TimeSpan System.TimeSpan.Divide ( double divisor)
inline

Definition at line 267 of file TimeSpan.cs.

268 {
269 return this / divisor;
270 }