Exemplo n.º 1
0
 public RadarInfo(TimeSpan lastSeen, Builder_RadarInfo builder)
 {
     this.DetectedAt = new LastSeen.OlderBy(lastSeen.Ticks, builder.DetectedAt.ToTicks());
     this.Volume     = builder.Volume;
 }
Exemplo n.º 2
0
 public RadarInfo(float volume)
 {
     this.DetectedAt = OlderBy.MinAge;
     this.Volume     = volume;
 }