Skip to content
Snippets Groups Projects
Commit 3eaa5919 authored by Kenneth Ezekiel's avatar Kenneth Ezekiel
Browse files

Merge branch 'save-load-position' into 'dev'

hotfix

See merge request !40
parents 9b62544e 0b6d4b36
Branches
1 merge request!40hotfix
...@@ -28,10 +28,10 @@ public class GameSaveManager : MonoBehaviour ...@@ -28,10 +28,10 @@ public class GameSaveManager : MonoBehaviour
private static int NUMBER_OF_SAVE_SLOT; private static int NUMBER_OF_SAVE_SLOT;
private List<GameSaveData> gameSaves; public List<GameSaveData> gameSaves;
private GameSaveData activeGameSave; private GameSaveData activeGameSave;
private int activeGameSaveIndex = -1; public int activeGameSaveIndex = -1;
public event Action OnGameSavesChange; public event Action OnGameSavesChange;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment