Interface InventorySettings

interface InventorySettings {
    isEmojiPackCollectible: boolean;
}

Properties

isEmojiPackCollectible: boolean