Files
Foundry-VTT-Docker/resources/app/client/data/documents/wall.js

10 lines
414 B
JavaScript
Raw Normal View History

2025-01-04 00:34:03 +01:00
/**
* The client-side Wall document which extends the common BaseWall document model.
* @extends foundry.documents.BaseWall
* @mixes ClientDocumentMixin
*
* @see {@link Scene} The Scene document type which contains Wall documents
* @see {@link WallConfig} The Wall configuration application
*/
class WallDocument extends CanvasDocumentMixin(foundry.documents.BaseWall) {}