Search Results for

    Show / Hide Table of Contents

    Class DewPersistence.RoomData

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

    Fields

    actors

    Declaration
    public List<DewPersistence.RoomActorData> actors
    Field Value
    Type Description
    System.Collections.Generic.List<T><DewPersistence.RoomActorData>

    persistenceData

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

    savedObjects

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