mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 15:20:48 -05:00
update some anticheat code
This commit is contained in:
15
Plugins/Stats/Config/DistributionConfiguration.cs
Normal file
15
Plugins/Stats/Config/DistributionConfiguration.cs
Normal file
@ -0,0 +1,15 @@
|
||||
namespace Stats.Config
|
||||
{
|
||||
public class DistributionConfiguration
|
||||
{
|
||||
public enum DistributionType
|
||||
{
|
||||
Normal,
|
||||
LogNormal
|
||||
}
|
||||
|
||||
public DistributionType Type { get; set; }
|
||||
public double Mean { get; set; }
|
||||
public double StandardDeviation { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user