MOD Gui support.

This commit is contained in:
Robin E. R. Davies
2025-07-10 11:37:02 -04:00
parent e7cdd38056
commit 890368352f
45 changed files with 1971 additions and 806 deletions
+3
View File
@@ -77,6 +77,9 @@ const ToobCabSimView =
item={this.props.item}
customization={this}
customizationId={this.customizationId}
showModGui={false}
onSetShowModGui= {(instanceId: number, showModGui: boolean) => {}}
/>);
}
},