NMV 0.8.0 - Big refactor and linting fixes
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
import { LLGestureStep } from './LLGestureStep';
|
||||
import { LLGestureStepType } from '../enums/LLGestureStepType';
|
||||
import { UUID } from './UUID';
|
||||
import type { 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;
|
||||
public stepType: LLGestureStepType = LLGestureStepType.Sound;
|
||||
public soundName: string;
|
||||
public assetID: UUID;
|
||||
public flags: LLGestureSoundFlags = LLGestureSoundFlags.None;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user