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