TopDown Engine
v4.1
|
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. More... | |
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 true unlocked status. |
progressCurrent | Progress current. |
string MoreMountains.Tools.SerializedMMAchievement.AchievementID |
int MoreMountains.Tools.SerializedMMAchievement.ProgressCurrent |
bool MoreMountains.Tools.SerializedMMAchievement.UnlockedStatus |