Begin working on the migration script upon world load for Actors
This commit is contained in:
parent
8f8da244c0
commit
14f76e0a27
6 changed files with 192 additions and 1 deletions
|
|
@ -74,4 +74,10 @@ export function registerWorldSettings() {
|
|||
type: Object,
|
||||
scope: `world`,
|
||||
});
|
||||
|
||||
game.settings.register(__ID__, `migrationVersion`, {
|
||||
config: false,
|
||||
type: String,
|
||||
scope: `world`,
|
||||
});
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue