Start bindings and interface implementation for the IC10Editor mod
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user