CSGOTriggerbot.CSGOConfigUtils.CSGOConfigUtils C# (CSharp) Méthode

CSGOConfigUtils() public méthode

public CSGOConfigUtils ( ) : System
Résultat System
        public CSGOConfigUtils()
            : base()
        {
            this.IntegerSettings = new List<string>();
            this.UIntegerSettings = new List<string>();
            this.FloatSettings = new List<string>();
            this.KeySettings = new List<string>();
            this.BooleanSettings = new List<string>();
        }