Views/ Save & Load
GameSaveViewList works together with the GameSaveManager.
GameSaveViewList
All you have to do implement abstract class GameSaveViewList according to your game's custom save data.
Example
Thats it, check the Game Samples for implementation example.