Initial
This commit is contained in:
9
resources/app/client/data/documents/wall.js
Normal file
9
resources/app/client/data/documents/wall.js
Normal file
@@ -0,0 +1,9 @@
|
||||
/**
|
||||
* 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) {}
|
||||
Reference in New Issue
Block a user