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