mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-03-07 22:46:12 +01:00
Temp
This commit is contained in:
parent
eb647f1e31
commit
97f8da69cd
5 changed files with 57 additions and 18 deletions
|
|
@ -1,6 +1,7 @@
|
|||
import {
|
||||
DHAttackAction,
|
||||
DHBaseAction,
|
||||
DhBeastformAction,
|
||||
DHDamageAction,
|
||||
DHEffectAction,
|
||||
DHHealingAction,
|
||||
|
|
@ -19,5 +20,6 @@ export const actionsTypes = {
|
|||
healing: DHHealingAction,
|
||||
summon: DHSummonAction,
|
||||
effect: DHEffectAction,
|
||||
macro: DHMacroAction
|
||||
macro: DHMacroAction,
|
||||
beastform: DhBeastformAction
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue