Start working on item behaviors
This commit is contained in:
parent
ab034384bb
commit
cb39e0e18e
|
@ -0,0 +1,5 @@
|
|||
export const itemBehaviorMap: TItemBehaviorMap = {};
|
||||
|
||||
export function addItemBehavior(itemID: string, bhv: TItemBehavior) {
|
||||
itemBehaviorMap[itemID] = bhv;
|
||||
}
|
Loading…
Reference in New Issue