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