Merge branch 'master' into 005_item_editing
This commit is contained in:
commit
110a523268
10 changed files with 109 additions and 60 deletions
|
@ -18,8 +18,8 @@ Hooks.once("init", async function () {
|
|||
CONFIG.DS4 = DS4;
|
||||
|
||||
// Define custom Entity classes
|
||||
CONFIG.Actor.entityClass = DS4Actor as typeof Actor; // TODO: Can we remove the casts?
|
||||
CONFIG.Item.entityClass = DS4Item as typeof Item; // TODO: Can we remove the casts?
|
||||
CONFIG.Actor.entityClass = DS4Actor as typeof Actor;
|
||||
CONFIG.Item.entityClass = DS4Item as typeof Item;
|
||||
|
||||
// Register sheet application classes
|
||||
Actors.unregisterSheet("core", ActorSheet);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue