示例#1
0
        protected override Standings.Standing CreateStandingByDriver(Drivers.Driver d)
        {
            var ret =
                new NR2003.StaticRaceWeekend.Standings.RaceStanding();

            ret.Driver = d;

            return(ret);
        }
 public DriverStatRecord(Drivers.Driver driver, T value)
 {
     this.Driver = driver;
     this.Value  = value;
 }