mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 06:00:46 +00:00
Add default implementation for IBotsComparer
This commit is contained in:
@@ -31,5 +31,5 @@ public interface IBotsComparer : IPlugin {
|
||||
/// Unless you know what you're doing, you should not implement this property yourself and let ASF decide.
|
||||
/// </summary>
|
||||
/// <returns>Comparer that will be used for the bots, as well as bot regexes.</returns>
|
||||
StringComparer BotsComparer { get; }
|
||||
StringComparer BotsComparer => StringComparer.Ordinal;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user