In actual work, I may have multiple script codes that need to be asynchronously executed under specific conditions.
It is not very convenient to manage if all the scripts are placed in a single file...
I have an idea, when generating the EXE:
Automatically converted to(generate temporary code before compiling):
It is not very convenient to manage if all the scripts are placed in a single file...
I have an idea, when generating the EXE:
Quote:script.run("exe2.cs", a1, a2);
Automatically converted to(generate temporary code before compiling):