flexible instance movement
This commit is contained in:
@@ -3,6 +3,7 @@ import { BuilderOptions } from "./BuilderOptions";
|
||||
export class Builder {
|
||||
playerId;
|
||||
materialInstanceName = void 0;
|
||||
flexibleInstanceMovement = void 0;
|
||||
|
||||
constructor(playerId) {
|
||||
this.playerId = playerId;
|
||||
@@ -15,4 +16,8 @@ export class Builder {
|
||||
setOption(optionId, value) {
|
||||
return BuilderOptions.setValue(optionId, this.playerId, value);
|
||||
}
|
||||
|
||||
isFlexibleInstanceMoving() {
|
||||
return this.flexibleInstanceMovement !== void 0;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user