More cleanup and refactoring. Adjust update frequency of scripts where possible.

This commit is contained in:
2025-02-11 12:44:01 -05:00
parent af97dbf6e8
commit 97eb659378
5 changed files with 30 additions and 29 deletions

View File

@ -17,6 +17,7 @@ namespace IngameScript
{
MyIni Ini { get; }
Program.IConsole Console { get; }
IMyGridProgramRuntimeInfo Runtime { get; }
}
partial class Program