interface CompendiumArtFlag {
    credit?: string;
    mapping: string;
}

Properties

Properties

credit?: string

An optional credit string for use by the game system to apply in an appropriate place.

mapping: string

The path to the art mapping file.