[Refactor-Minor]
- Refactored interface definition. - Plugin Loading System Refactor (incomplete).
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
using Barotrauma.LuaCs.Data;
|
||||
|
||||
namespace Barotrauma.LuaCs.Services.Processing;
|
||||
|
||||
public interface IModConfigCreatorService : IService
|
||||
{
|
||||
FluentResults.Result<IModConfigInfo> BuildConfigForPackage(ContentPackage package);
|
||||
FluentResults.Result<IModConfigInfo> BuildConfigFromManifest(string manifestPath);
|
||||
}
|
||||
Reference in New Issue
Block a user