Interface WorldSellShopItemUpdate

interface WorldSellShopItemUpdate {
    gold: number;
    itemInstanceID: string;
}

Properties

Properties

gold: number
itemInstanceID: string