wip: Construct API
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
import { PROTO } from "../../lib/AddonAPIKit/AddonAPIKit";
|
||||
|
||||
export const BuilderModel = PROTO.Object({
|
||||
playerId: PROTO.String,
|
||||
easyPlace: PROTO.Boolean,
|
||||
fastEasyPlace: PROTO.Boolean,
|
||||
materialGrabber: PROTO.Boolean,
|
||||
materialInstanceName: PROTO.String
|
||||
});
|
||||
|
||||
export const BuilderIdParameterModel = PROTO.Object({
|
||||
playerId: PROTO.String
|
||||
});
|
||||
Reference in New Issue
Block a user