Extensive work on building, wearables, assets, inventory, attachments, serialization, etc.
Resolves #36
This commit is contained in:
10
lib/classes/LLGestureChatStep.ts
Normal file
10
lib/classes/LLGestureChatStep.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
import { LLGestureStep } from './LLGestureStep';
|
||||
import { LLGestureStepType } from '../enums/LLGestureStepType';
|
||||
import { LLGestureChatFlags } from '../enums/LLGestureChatFlags';
|
||||
|
||||
export class LLGestureChatStep extends LLGestureStep
|
||||
{
|
||||
stepType: LLGestureStepType = LLGestureStepType.Chat;
|
||||
chatText: string;
|
||||
flags: LLGestureChatFlags = LLGestureChatFlags.None;
|
||||
}
|
||||
Reference in New Issue
Block a user