This commit is contained in:
WBHarry 2026-01-02 04:52:53 +01:00
parent db8c2e29c1
commit 4596efd921
3 changed files with 3 additions and 11 deletions

View file

@ -1,6 +1,6 @@
import ForeignDocumentUUIDArrayField from '../fields/foreignDocumentUUIDArrayField.mjs';
/* Foundry does not add any system data for subtyped Scenes. The data model is therefore mainly for reference until this changes.
/* Foundry does not add any system data for subtyped Scenes. The data model is therefore used by instantiating a new instance of it for sceneConfigSettings.mjs.
Needed dataprep and lifetime hooks are handled in documents/scene.
*/
export default class DHScene extends foundry.abstract.DataModel {