mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-03-07 14:36:13 +01:00
7 lines
141 B
JavaScript
7 lines
141 B
JavaScript
import BeastformEffect from './beastformEffect.mjs';
|
|
|
|
export { BeastformEffect };
|
|
|
|
export const config = {
|
|
beastform: BeastformEffect
|
|
};
|