Corgi Engine  v8.8
MoreMountains.CorgiEngine.Progress Class Reference

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...

Public Attributes

int InitialMaximumLives = 0
 
int InitialCurrentLives = 0
 
int MaximumLives = 0
 
int CurrentLives = 0
 
RetroAdventureScene[] Scenes
 

Detailed Description

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

Member Data Documentation

◆ CurrentLives

int MoreMountains.CorgiEngine.Progress.CurrentLives = 0

◆ InitialCurrentLives

int MoreMountains.CorgiEngine.Progress.InitialCurrentLives = 0

◆ InitialMaximumLives

int MoreMountains.CorgiEngine.Progress.InitialMaximumLives = 0

◆ MaximumLives

int MoreMountains.CorgiEngine.Progress.MaximumLives = 0

◆ Scenes

RetroAdventureScene [] MoreMountains.CorgiEngine.Progress.Scenes

The documentation for this class was generated from the following file: