Exemplo n.º 1
0
 private void Load()
 {
     Mod.LoadSaveData((data) => {
         initialTech = data.TrackedTech;
     });
 }