NMV 0.8.0 - Big refactor and linting fixes
This commit is contained in:
@@ -4,7 +4,7 @@ import { LLGestureWaitFlags } from '../enums/LLGestureWaitFlags';
|
||||
|
||||
export class LLGestureWaitStep extends LLGestureStep
|
||||
{
|
||||
stepType: LLGestureStepType = LLGestureStepType.Wait;
|
||||
waitTime: number;
|
||||
flags: LLGestureWaitFlags = LLGestureWaitFlags.None;
|
||||
public stepType: LLGestureStepType = LLGestureStepType.Wait;
|
||||
public waitTime: number;
|
||||
public flags: LLGestureWaitFlags = LLGestureWaitFlags.None;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user