mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-03-08 06:56:12 +01:00
Restructured all the files
This commit is contained in:
parent
099a4576da
commit
ba3157a2fc
180 changed files with 722 additions and 1730 deletions
|
|
@ -1,4 +1,4 @@
|
|||
import { fearDisplay } from '../../config/generalConfig.mjs';
|
||||
import { fearDisplay } from '../../applications/config/generalConfig.mjs';
|
||||
|
||||
export default class DhAppearance extends foundry.abstract.DataModel {
|
||||
static defineSchema() {
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
import { defaultRestOptions } from '../../config/generalConfig.mjs';
|
||||
import { defaultRestOptions } from '../../applications/config/generalConfig.mjs';
|
||||
|
||||
export default class DhHomebrew extends foundry.abstract.DataModel {
|
||||
static LOCALIZATION_PREFIXES = ['DAGGERHEART.Settings.Homebrew']; // Doesn't work for some reason
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue