Push initial structure

This commit is contained in:
2020-05-22 00:48:43 +02:00
parent b385993422
commit 29054cd395
7 changed files with 243 additions and 205 deletions

View File

@ -2,7 +2,7 @@
* Extend the basic ItemSheet with some very simple modifications
* @extends {ItemSheet}
*/
export class SimpleItemSheet extends ItemSheet {
export class RdDItemSheet extends ItemSheet {
/** @override */
static get defaultOptions() {