Make it so that the actor can reject embedded items using the Item pre-create hook
This commit is contained in:
parent
1701547e57
commit
3791a7199c
4 changed files with 43 additions and 12 deletions
|
|
@ -1,6 +1,11 @@
|
|||
import AspectItem from "./Aspect.mjs";
|
||||
|
||||
/**
|
||||
* @extends {Item}
|
||||
*/
|
||||
export class ItemHandler extends Item {
|
||||
/** @override */
|
||||
|
||||
itemTypes = {
|
||||
aspect: AspectItem,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue