Improve how capacity consumption calculations are performed
This commit is contained in:
parent
cf109a6ed1
commit
aa5c6d5aba
6 changed files with 38 additions and 2 deletions
|
|
@ -1,8 +1,10 @@
|
|||
import { DotDungeonItem } from "./GenericItem.mjs";
|
||||
import { Aspect } from "./Aspect.mjs";
|
||||
import { Material } from "./Material.mjs";
|
||||
|
||||
const classes = {
|
||||
aspect: Aspect,
|
||||
material: Material,
|
||||
};
|
||||
|
||||
const defaultClass = DotDungeonItem;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue