Interface RawCollectibles

interface RawCollectibles {
    nameplate?: RawNameplate;
}

Properties

Properties

nameplate?: RawNameplate