Interface WorldTradeOfferGoldUpdate

interface WorldTradeOfferGoldUpdate {
    amount: number;
    characterID: string;
    room: readonly [WorldTradeGoldRoomUpdate, WorldTradeGoldRoomUpdate];
}

Properties

amount: number
characterID: string