|  | Inventory Engine v4.2
    | 
A serializable class used to store an achievement into a save file. More...
| Public Member Functions | |
| SerializedMMAchievement (string achievementID, bool unlockedStatus, int progressCurrent) | |
| Initializes a new instance of the MoreMountains.Tools.SerializedMMAchievement class. | |
| Public Attributes | |
| string | AchievementID | 
| bool | UnlockedStatus | 
| int | ProgressCurrent | 
A serializable class used to store an achievement into a save file.
| MoreMountains.Tools.SerializedMMAchievement.SerializedMMAchievement | ( | string | achievementID, | 
| bool | unlockedStatus, | ||
| int | progressCurrent ) | 
Initializes a new instance of the MoreMountains.Tools.SerializedMMAchievement class.
| achievementID | Achievement I. | 
| unlockedStatus | If set to trueunlocked status. | 
| progressCurrent | Progress current. | 
| string MoreMountains.Tools.SerializedMMAchievement.AchievementID | 
| int MoreMountains.Tools.SerializedMMAchievement.ProgressCurrent | 
| bool MoreMountains.Tools.SerializedMMAchievement.UnlockedStatus |