Corgi Engine  v8.8
RetroAdventureProgressManager.cs File Reference

Classes

class  MoreMountains.CorgiEngine.RetroAdventureScene
 A serializable entity to store retro adventure scenes, whether they've been completed, unlocked, how many stars were collected, and which ones More...
 
class  MoreMountains.CorgiEngine.Progress
 A serializable entity used to store progress : a list of scenes with their internal status (see above), how many lives are left, and how much we can have More...
 
class  MoreMountains.CorgiEngine.RetroAdventureProgressManager
 The RetroAdventureProgressManager class acts as an example of how you can implement progress in your game. There's no general class for that in the engine, for the simple reason that no two games will want to save the exact same things. But this should show you how it's done, and you can then copy and paste that into your own class (or extend this one, whatever you prefer). More...
 

Namespaces

namespace  MoreMountains
 
namespace  MoreMountains.CorgiEngine