Initialize the geist actor type & refactor the HeroData data model

This commit is contained in:
Oliver-Akins 2025-04-12 13:13:04 -06:00
parent cfc744e42f
commit 647f1a9aac
4 changed files with 203 additions and 196 deletions

View file

@ -0,0 +1,3 @@
import { EntityData } from "./Entity.mjs";
export class GeistData extends EntityData {};