-- Squash:
- In progress implementation of services model.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
using Barotrauma.LuaCs.Data;
|
||||
|
||||
namespace Barotrauma.LuaCs.Services;
|
||||
|
||||
public interface ILegacyConfigService : IService
|
||||
{
|
||||
bool TryBuildModConfigFromLegacy(ContentPackage package, out IModConfigInfo configInfo);
|
||||
}
|
||||
Reference in New Issue
Block a user