Interface IWorldActorsConfig

interface IWorldActorsConfig {
    appId: string;
    releaseId: string;
    roomActorList: IRoomActorList[];
}

Properties

appId: string
releaseId: string
roomActorList: IRoomActorList[]

Generated using TypeDoc