UNPKG

@civ-clone/core-rule

Version:

This component contains the framework for `Rule`s. These are comprised of `Criterion`s and `Effect`s with optional `Priority`s.

4 lines (3 loc) 128 B
export { High } from './Priorities/High'; export { Low } from './Priorities/Low'; export { Normal } from './Priorities/Normal';