Interface WorldTradeUnofferGoldUpdate

interface WorldTradeUnofferGoldUpdate {
    characterID: string;
    room: readonly [WorldTradeGoldRoomUpdate, WorldTradeGoldRoomUpdate];
}

Properties

Properties

characterID: string