private void BuildIt() //actually build the thing { DisplayFurniture?.Invoke(previewScript.Build(furnitureInfo)); //just calls the Build() method on the previewScript StopBuild(); }
private void BuildIt() //actually build the thing { previewScript.Build(); //just calls the Build() method on the previewScript StopBuild(); }