UNPKG
@half-elf/bard
Version:
latest (0.2.2)
0.2.2
0.2.1
0.2.0
0.1.0
Repository for game mechanics from various d20 systems.
@half-elf/bard
/
src
/
pathfinder
/
index.d.ts
7 lines
(5 loc)
•
198 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
Alignment
,
Race
}
from
'../common'
;
import
{
PathfinderClass
}
from
'./classes'
;
export
const
alignments
:
Alignment
[];
export
const
races
:
Race
[];
export
const
classes
:
PathfinderClass
[];