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