- Add building support for TaskInventory and nested objects (from XML) - Add support for taking objects into inventory - Add waitForAppearanceSet utility - Add new event for when object is fully resolved (ObjectProperties received) - Fixed InventoryItem CRC method - Fixed quaternion bug - Support for uploading Script, Notecard and Gesture assets - Significantly improved build process
7 lines
120 B
TypeScript
7 lines
120 B
TypeScript
import { GameObject } from '../classes/public/GameObject';
|
|
|
|
export class ObjectResolvedEvent
|
|
{
|
|
object: GameObject
|
|
}
|