Cleaning up some stuff

This commit is contained in:
Kakeman89 2020-09-01 12:13:00 -04:00
parent b40f5f62f8
commit 0f2f8a1fb6
20 changed files with 191 additions and 4959 deletions

View file

@ -2,7 +2,7 @@ import { TraitSelector } from "../apps/trait-selector.js";
/**
* Override and extend the core ItemSheet implementation to handle D&D5E specific item types
* Override and extend the core ItemSheet implementation to handle SW5E specific item types
* @type {ItemSheet}
*/
export class ItemSheet5e extends ItemSheet {