UNPKG

@half-elf/bard

Version:

Repository for game mechanics from various d20 systems.

9 lines (7 loc) 155 B
const { alignments, races } = require('./common'); const pathfinder = require('./pathfinder'); module.exports = { alignments, races, pathfinder, };