Mark additional stuff for removal

This commit is contained in:
Archi
2021-08-02 22:15:37 +02:00
parent 93a8af71e9
commit a1955bc881
6 changed files with 9 additions and 2 deletions

View File

@@ -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
}