Ejemplo n.º 1
0
 void Start()
 {
     this.currentTime = schedulerTime.GetBUDTime();
     this.BUDperFrame = 200;
     this.data.Add(currentTime, new List <BUDSignal>());
     this.toSave.Add(currentTime, new HashSet <ChunkPos>());
 }