Kiwana.Config.BotConfig.BotConfig C# (CSharp) 메소드

BotConfig() 공개 메소드

Constructor that initializes the Commands Dictionary.
public BotConfig ( ) : System.Collections.Generic
리턴 System.Collections.Generic
        public BotConfig()
        {
            Commands = new Dictionary<string, Command>();
        }
BotConfig