refactor: use subclasses for different item types
This commit is contained in:
parent
be616e3be8
commit
8d2cff77d7
47 changed files with 766 additions and 456 deletions
|
@ -9,7 +9,7 @@ import { DS4 } from "../config";
|
|||
import { getGame } from "../helpers";
|
||||
import notifications from "../ui/notifications";
|
||||
import { enforce } from "../utils";
|
||||
import { isDS4ItemDataTypePhysical } from "./item-data-source";
|
||||
import { isDS4ItemDataTypePhysical } from "./item-data-source-base";
|
||||
|
||||
/**
|
||||
* The Sheet class for DS4 Items
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue