Search Results for

    Show / Hide Table of Contents

    Class DewPersistence.PlayerData

    Inheritance
    object
    DewPersistence.PlayerData
    Namespace: Global
    Assembly: Dew.Core.dll
    Syntax
    public class DewPersistence.PlayerData

    Fields

    gems

    Declaration
    public List<DewPersistence.GemData> gems
    Field Value
    Type Description
    System.Collections.Generic.List<T><DewPersistence.GemData>

    heroPersistenceData

    Declaration
    public Dictionary<string, string> heroPersistenceData
    Field Value
    Type Description
    System.Collections.Generic.Dictionary<TKey, TValue><string, string>

    heroPrevNetId

    Declaration
    public uint heroPrevNetId
    Field Value
    Type Description
    uint

    heroType

    Declaration
    public string heroType
    Field Value
    Type Description
    string

    isHeroKnockedOut

    Declaration
    public bool isHeroKnockedOut
    Field Value
    Type Description
    bool

    playerGuid

    Declaration
    public string playerGuid
    Field Value
    Type Description
    string

    playerName

    Declaration
    public string playerName
    Field Value
    Type Description
    string

    playerPersistenceData

    Declaration
    public Dictionary<string, string> playerPersistenceData
    Field Value
    Type Description
    System.Collections.Generic.Dictionary<TKey, TValue><string, string>

    playerPrevNetId

    Declaration
    public uint playerPrevNetId
    Field Value
    Type Description
    uint

    skills

    Declaration
    public List<DewPersistence.SkillData> skills
    Field Value
    Type Description
    System.Collections.Generic.List<T><DewPersistence.SkillData>

    statusEffects

    Declaration
    public List<DewPersistence.GeneralData> statusEffects
    Field Value
    Type Description
    System.Collections.Generic.List<T><DewPersistence.GeneralData>
    In This Article
    Back to top Shape of Dreams API Documentation