Ejemplo n.º 1
0
 public Game(TruckSimulatorDataModel root) : base(root)
 {
     GameTime = new DateTimeModel(() => Telemetry.gameTime.ToGameDateTime());
 }
Ejemplo n.º 2
0
 public Job(TruckSimulatorDataModel root) : base(root)
 {
     DeliveryTime = new DateTimeModel(() => Telemetry.deliveryTime.ToGameDateTime());
 }