Class DewProfile.AchievementData
Inheritance
object
DewProfile.AchievementData
Assembly: Dew.Core.dll
Syntax
public class DewProfile.AchievementData
Fields
completeTimestamp
Declaration
public long completeTimestamp
Field Value
currentProgress
Declaration
public int currentProgress
Field Value
isCompleted
Declaration
Field Value
isNew
Declaration
Field Value
maxProgress
Declaration
Field Value
persistentVariables
Declaration
public Dictionary<string, string> persistentVariables
Field Value
| Type |
Description |
| System.Collections.Generic.Dictionary<TKey, TValue><string, string> |
|