UNPKG

@planarally/dice

Version:

3D dice rolling functionality for babylon.js.

4 lines (3 loc) 139 B
export { rollString, rollParts } from "./roll"; export { SYSTEMS } from "./systems"; export { type RollResult, type Part } from "./types";