Interface TurnInQuestUpdate

interface TurnInQuestUpdate {
    players: readonly TurnInQuestPlayerUpdate[];
    world?: TurnInQuestWorldUpdate;
}

Properties

Properties

players: readonly TurnInQuestPlayerUpdate[]