mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-16 08:25:28 +00:00
Mark additional stuff for removal
This commit is contained in:
@@ -435,16 +435,16 @@ namespace ArchiSteamFarm.Storage {
|
||||
return await SerializableFile.Write(filePath, json).ConfigureAwait(false);
|
||||
}
|
||||
|
||||
[PublicAPI]
|
||||
public enum EOptimizationMode : byte {
|
||||
MaxPerformance,
|
||||
MinMemoryUsage
|
||||
}
|
||||
|
||||
[PublicAPI]
|
||||
public enum EUpdateChannel : byte {
|
||||
None,
|
||||
Stable,
|
||||
|
||||
[PublicAPI]
|
||||
Experimental
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user