@typed-tabletop-simulator/lib
Version:
Library with some helping modules for working with Tabletop Simulator
28 lines (27 loc) • 533 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ModelTypeValue = exports.MaterialTypeValue = exports.CardTypeValue = void 0;
exports.CardTypeValue = {
RectangleRounded: 0,
Rectangle: 1,
HexRounded: 2,
Hex: 3,
Circle: 4,
};
exports.MaterialTypeValue = {
Plastic: 0,
Wood: 1,
Metal: 2,
Cardboard: 3,
Glass: 4,
};
exports.ModelTypeValue = {
Generic: 0,
Figurine: 1,
Dice: 2,
Coin: 3,
Board: 4,
Chip: 5,
Bag: 6,
Infinite: 7,
};