CSGOTriggerbot.CSGOConfigUtils.CSGOConfigUtils C# (CSharp) 메소드

CSGOConfigUtils() 공개 메소드

public CSGOConfigUtils ( ) : System
리턴 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>();
        }