Initial
This commit is contained in:
9
resources/app/client/data/documents/ambient-sound.js
Normal file
9
resources/app/client/data/documents/ambient-sound.js
Normal file
@@ -0,0 +1,9 @@
|
||||
/**
|
||||
* The client-side AmbientSound document which extends the common BaseAmbientSound document model.
|
||||
* @extends foundry.documents.BaseAmbientSound
|
||||
* @mixes ClientDocumentMixin
|
||||
*
|
||||
* @see {@link Scene} The Scene document type which contains AmbientSound documents
|
||||
* @see {@link foundry.applications.sheets.AmbientSoundConfig} The AmbientSound configuration application
|
||||
*/
|
||||
class AmbientSoundDocument extends CanvasDocumentMixin(foundry.documents.BaseAmbientSound) {}
|
||||
Reference in New Issue
Block a user