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:
parent
d9d66abf27
commit
c6ec60b5bf
3 changed files with 14 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue