Material grabber functional

This commit is contained in:
ForestOfLight
2025-04-21 02:15:27 -07:00
Unverified
parent 6d7db482c0
commit 6c32436cf0
8 changed files with 122 additions and 35 deletions
@@ -2,7 +2,7 @@ import { BuilderOptions } from "./BuilderOptions";
export class Builder {
playerId;
materialInstanceName;
materialInstanceName = void 0;
constructor(playerId) {
this.playerId = playerId;