Work on creating more of the necessary data models
This commit is contained in:
parent
ef9a3f2542
commit
eb8d4f7c11
8 changed files with 56 additions and 15 deletions
10
module/documents/Item/Spell.mjs
Normal file
10
module/documents/Item/Spell.mjs
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
import { ItemHandler } from "./Handler.mjs";
|
||||
|
||||
/** @this {ItemHandler} */
|
||||
async function migrateSystemData() {
|
||||
this.system
|
||||
};
|
||||
|
||||
export default {
|
||||
migrateSystemData,
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue