[FONT=Trebuchet MS]internal RaceTime(Packets.IS_SMALL packet)[/FONT]
[FONT=Trebuchet MS]{[/FONT]
[FONT=Trebuchet MS] this.packet = packet;[/FONT]
[FONT=Trebuchet MS] elapsed = new TimeSpan(0,0,0,0,(int)packet.UVal);[/FONT]
[FONT=Trebuchet MS]}[/FONT]
[FONT=Trebuchet MS]public TimeSpan ([/FONT]
[FONT=Trebuchet MS] int days,[/FONT]
[FONT=Trebuchet MS] int hours,[/FONT]
[FONT=Trebuchet MS] int minutes,[/FONT]
[FONT=Trebuchet MS] int seconds,[/FONT]
[FONT=Trebuchet MS] int [B][COLOR=red]milliseconds[/COLOR][/B][/FONT]
[FONT=Trebuchet MS])[/FONT]