Initialize the geist actor type & refactor the HeroData data model
This commit is contained in:
parent
cfc744e42f
commit
647f1a9aac
4 changed files with 203 additions and 196 deletions
3
module/data/Actor/Geist.mjs
Normal file
3
module/data/Actor/Geist.mjs
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
import { EntityData } from "./Entity.mjs";
|
||||
|
||||
export class GeistData extends EntityData {};
|
||||
Loading…
Add table
Add a link
Reference in a new issue