Files
LuaCsForBarotraumaEP/Barotrauma/BarotraumaShared/SharedSource/LuaCs/Services/IPluginManagementService.cs
T
MapleWheels 01cc1d331b -- Squash:
- In progress implementation of services model.
2026-02-07 20:10:04 -05:00

8 lines
157 B
C#

namespace Barotrauma.LuaCs.Services;
public interface IPluginManagementService : IService
{
bool IsAssemblyLoadedGlobal(string friendlyName);
}