mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-16 08:25:28 +00:00
Resharper Cleanup v2
This commit is contained in:
@@ -407,9 +407,7 @@ namespace ArchiSteamFarm {
|
||||
internal sealed class BotConfigEventArgs : EventArgs {
|
||||
internal readonly BotConfig BotConfig;
|
||||
|
||||
internal BotConfigEventArgs(BotConfig botConfig = null) {
|
||||
BotConfig = botConfig;
|
||||
}
|
||||
internal BotConfigEventArgs(BotConfig botConfig = null) => BotConfig = botConfig;
|
||||
}
|
||||
|
||||
internal enum EUserInputType : byte {
|
||||
|
||||
Reference in New Issue
Block a user