Fix missing Game.Commands

This commit is contained in:
Evil Factory
2026-04-04 22:30:46 -03:00
parent 121f670c8b
commit 5e003bcf11

View File

@@ -135,6 +135,8 @@ namespace Barotrauma.LuaCs
}
}
public List<DebugConsole.Command> Commands => DebugConsole.Commands;
public bool? ForceVoice = null;
public bool? ForceLocalVoice = null;