Extensive work on building, wearables, assets, inventory, attachments, serialization, etc.
Resolves #36
This commit is contained in:
7
lib/enums/LLGestureStepType.ts
Normal file
7
lib/enums/LLGestureStepType.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
export enum LLGestureStepType
|
||||
{
|
||||
Animation = 0,
|
||||
Sound = 1,
|
||||
Chat = 2,
|
||||
Wait = 3
|
||||
}
|
||||
Reference in New Issue
Block a user