Begin working on the migration script upon world load for Actors

This commit is contained in:
Oliver 2026-04-19 23:41:49 -06:00
parent 8f8da244c0
commit 14f76e0a27
6 changed files with 192 additions and 1 deletions

View file

@ -74,4 +74,10 @@ export function registerWorldSettings() {
type: Object,
scope: `world`,
});
game.settings.register(__ID__, `migrationVersion`, {
config: false,
type: String,
scope: `world`,
});
};