BotSharp/src/Infrastructure/BotSharp.Abstraction/Statistics/Settings/StatisticsSettings.cs
2025-01-23 23:45:43 -06:00

7 lines
127 B
C#

namespace BotSharp.Abstraction.Statistics.Settings;
public class StatisticsSettings
{
public bool Enabled { get; set; }
}