- Support Settings inventory objects
- Add some missing caps and flags - Fix prims out of order when fetching and building
This commit is contained in:
@@ -62,6 +62,13 @@ export class AssetMap
|
||||
item: InventoryItem | null
|
||||
}
|
||||
} = {};
|
||||
settings: {
|
||||
[key: string]: {
|
||||
name?: string,
|
||||
description?: string,
|
||||
item: InventoryItem | null
|
||||
}
|
||||
} = {};
|
||||
notecards: {
|
||||
[key: string]: {
|
||||
name?: string,
|
||||
|
||||
Reference in New Issue
Block a user