Add ability to manually trigger O2 alarms, plus some more tidying.

This commit is contained in:
2025-02-11 18:25:13 -05:00
parent 66fff69396
commit fb211a9426
6 changed files with 31 additions and 13 deletions

View File

@ -65,6 +65,7 @@ namespace IngameScript
}
Console.Print($"Found {_sequences.Count} sequences.");
Console.UpdateTickCount();
}
public void Main(string argument, UpdateType updateSource)