8 lines
95 B
TypeScript
8 lines
95 B
TypeScript
export enum LLGestureStepType
|
|
{
|
|
Animation = 0,
|
|
Sound = 1,
|
|
Chat = 2,
|
|
Wait = 3
|
|
}
|