7 lines
127 B
C#
7 lines
127 B
C#
namespace BotSharp.Abstraction.Statistics.Settings;
|
|
|
|
public class StatisticsSettings
|
|
{
|
|
public bool Enabled { get; set; }
|
|
}
|