/// <summary> /// Initialises the game. /// </summary> private void InitGame() { // Load the game Load(); // Centre the camera _map.CentreCameraView(Camera.main); // Autosave every 30 seconds // InvokeRepeating("Save", 30f, 30f); }