changed some hierarchy stuff lol.

This commit is contained in:
Anemunt
2025-12-17 02:37:00 -05:00
parent e570049efb
commit c23fcecc9f
4 changed files with 240 additions and 260 deletions

View File

@@ -93,6 +93,7 @@ struct ScriptSetting {
};
struct ScriptComponent {
bool enabled = true;
std::string path;
std::vector<ScriptSetting> settings;
std::string lastBinaryPath;