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