Update the Player data model and move it into an Actor folder since we now have an item data model

This commit is contained in:
Oliver 2026-03-13 21:45:13 -06:00
parent d9d66abf27
commit c6ec60b5bf
3 changed files with 14 additions and 2 deletions

View file

@ -5,7 +5,7 @@ import { SingleModePlayerSheet } from "../apps/SingleModePlayerSheet.mjs";
import { GenericItemSheet } from "../apps/GenericItemSheet.mjs";
// Data Models
import { PlayerData } from "../data/Player.mjs";
import { PlayerData } from "../data/Actor/player.mjs";
import { GenericItemData } from "../data/Item/generic.mjs";
// Documents