Esempio n. 1
0
		public void init() {
			REF = this;
			List<DriverNamesRow> driverList = DriverNames.Instance.Rows;
			for(int i =0;i<driverList.Count;i++) {
				drivers.Add(new DriverLibraryRecord(driverList[i]));
			}
		}
Esempio n. 2
0
		public void Start() {
			REF = this;
		}