UNPKG

@half-elf/bard

Version:

Repository for game mechanics from various d20 systems.

10 lines (7 loc) 213 B
import { Alignment, Race } from './common'; declare enum System { PF = 'Pathfinder', } export const alignments: Alignment[]; export const races: Race[]; export const pathfinder: typeof import('./pathfinder');