Interface Collectibles

interface Collectibles {
    nameplate?: Nameplate;
}

Properties

Properties

nameplate?: Nameplate