Extensive work on building, wearables, assets, inventory, attachments, serialization, etc.
Resolves #36
This commit is contained in:
5
lib/enums/LLGestureAnimationFlags.ts
Normal file
5
lib/enums/LLGestureAnimationFlags.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export enum LLGestureAnimationFlags
|
||||
{
|
||||
None = 0,
|
||||
Stop = 1
|
||||
}
|
||||
Reference in New Issue
Block a user