Remove unused import
parent
13e1fe4fe3
commit
3297857688
|
@ -1,13 +1,11 @@
|
|||
import { AcksActor } from '../actor/entity.js';
|
||||
import { AcksDice } from "../dice.js";
|
||||
|
||||
export class AcksCharacterCreator extends FormApplication {
|
||||
static get defaultOptions() {
|
||||
const options = super.defaultOptions;
|
||||
options.classes = ["acks", "dialog", "creator"],
|
||||
options.id = 'character-creator';
|
||||
options.template =
|
||||
'systems/acks/templates/actors/dialogs/character-creation.html';
|
||||
options.id = 'character-creator';
|
||||
options.template = 'systems/acks/templates/actors/dialogs/character-creation.html';
|
||||
options.width = 235;
|
||||
return options;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue