Extensive work on building, wearables, assets, inventory, attachments, serialization, etc.
Resolves #36
This commit is contained in:
8
lib/events/BulkUpdateInventoryEvent.ts
Normal file
8
lib/events/BulkUpdateInventoryEvent.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import { InventoryFolder } from '../classes/InventoryFolder';
|
||||
import { InventoryItem } from '../classes/InventoryItem';
|
||||
|
||||
export class BulkUpdateInventoryEvent
|
||||
{
|
||||
folderData: InventoryFolder[] = [];
|
||||
itemData: InventoryItem[] = [];
|
||||
}
|
||||
Reference in New Issue
Block a user