Start bindings and interface implementation for the IC10Editor mod

This commit is contained in:
2025-11-28 01:14:54 -07:00
parent 2e7dc4fd91
commit 611f0f6f71
6 changed files with 79 additions and 15 deletions

View File

@@ -1,3 +1,4 @@
using System;
using Assets.Scripts.Objects.Motherboards;
using HarmonyLib;
@@ -29,6 +30,10 @@ namespace Slang
return;
}
var newUuid = Guid.NewGuid().ToString();
SlangPlugin.CopySourceToFile(result);
// Set the result to be the compiled source so the rest of the function can continue as normal
result = compiled;
}