[Save/Sync] Big If tru Rewrite in progress.
- Removed IProcessors - Removed old ModConfigService format. - Converting to ContentPath from absolute paths where possible. - Added: Microsoft.Toolkit.Diagnostics package.
This commit is contained in:
+2
-2
@@ -7,8 +7,8 @@ using Barotrauma.LuaCs.Services.Processing;
|
||||
namespace Barotrauma.LuaCs.Services.Processing;
|
||||
|
||||
public interface IConfigIOService : IReusableService,
|
||||
IConverterServiceAsync<IConfigResourceInfo, IReadOnlyList<IConfigInfo>>,
|
||||
IConverterServiceAsync<IConfigProfileResourceInfo, IReadOnlyList<IConfigProfileInfo>>
|
||||
IParserServiceAsync<IConfigResourceInfo, IReadOnlyList<IConfigInfo>>,
|
||||
IParserServiceAsync<IConfigProfileResourceInfo, IReadOnlyList<IConfigProfileInfo>>
|
||||
{
|
||||
Task<FluentResults.Result> SaveConfigDataLocal(ContentPackage package, string configName, XElement serializedValue);
|
||||
Task<FluentResults.Result<OneOf.OneOf<string, XElement>>> LoadConfigDataFromLocal(ContentPackage package, string configName);
|
||||
|
||||
Reference in New Issue
Block a user