Actually use the IConsoleProgram interface where appropriate. (we may trim this down later to only use the actual IConsole where appropriate...)

This commit is contained in:
2025-02-13 21:11:46 -05:00
parent c998f088f6
commit cd9ee88172
10 changed files with 22 additions and 18 deletions

View File

@ -86,7 +86,7 @@ namespace IngameScript
private const int CooldownTicks = 12;
private const int SealTimeoutTicks = 30;
public Airlock(string name, Program _program)
public Airlock(string name, IConsoleProgram _program)
{
_ini = _program.Ini;
_name = name;