Class LastGamePlayReward
Inheritance
object
LastGamePlayReward
Assembly: Dew.Core.dll
Syntax
public class LastGamePlayReward
Fields
completedLimboDepth
Declaration
public int completedLimboDepth
Field Value
discoveredGems
Declaration
public List<Type> discoveredGems
Field Value
| Type |
Description |
| System.Collections.Generic.List<T><System.Type> |
|
discoveredSkills
Declaration
public List<Type> discoveredSkills
Field Value
| Type |
Description |
| System.Collections.Generic.List<T><System.Type> |
|
heroMasteryPoints
Declaration
public long heroMasteryPoints
Field Value
heroType
Declaration
Field Value
unlockedAchievements
Declaration
public List<Type> unlockedAchievements
Field Value
| Type |
Description |
| System.Collections.Generic.List<T><System.Type> |
|
unlockedArtifacts
Declaration
public List<string> unlockedArtifacts
Field Value
| Type |
Description |
| System.Collections.Generic.List<T><string> |
|