01cc1d331b
- In progress implementation of services model.
7 lines
115 B
C#
7 lines
115 B
C#
namespace Barotrauma.LuaCs.Services.Safe;
|
|
|
|
public interface ILuaPackageManagementService : ILuaService
|
|
{
|
|
|
|
}
|