Added LuaCs package lookup to the info provider.

This commit is contained in:
MapleWheels
2026-02-09 17:18:50 -05:00
parent 95376622fa
commit dc1093eeed
2 changed files with 35 additions and 1 deletions
@@ -39,4 +39,9 @@ public interface ILuaCsInfoProvider : IService
/// The current state of the Execution State Machine.
/// </summary>
public RunState CurrentRunState { get; }
/// <summary>
/// Returns the best-matching LuaCsForBarotrauma package (enabled list > localMods > WorkshopMods).
/// </summary>
public ContentPackage LuaCsForBarotraumaPackage { get; }
}