Finishing the Sync sheet and some other stuffs
This commit is contained in:
parent
a28718b115
commit
554fae5a93
26 changed files with 494 additions and 105 deletions
7
module/sheets/SyncVariations/BasicSyncSheet.mjs
Normal file
7
module/sheets/SyncVariations/BasicSyncSheet.mjs
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
import { AbstractSyncSheet } from "./AbstractSyncSheet.mjs";
|
||||
|
||||
export class BasicSyncSheet extends AbstractSyncSheet {
|
||||
get template() {
|
||||
return `systems/dotdungeon/templates/actors/sync/basic.hbs`;
|
||||
};
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue