remove unnecessary imports
This commit is contained in:
parent
61213d399e
commit
62e96641b9
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
import { DS4ItemDataType, DS4ItemEquipable } from "../item/item-data";
|
||||
import { DS4ItemDataType } from "../item/item-data";
|
||||
import { DS4Actor } from "./actor";
|
||||
import { DS4ActorDataType } from "./actor-data";
|
||||
|
||||
|
|
|
@ -30,7 +30,7 @@ interface DS4ItemPhysical {
|
|||
storageLocation: string;
|
||||
}
|
||||
|
||||
export interface DS4ItemEquipable {
|
||||
interface DS4ItemEquipable {
|
||||
equipped: boolean;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue