BolterLibrary.Chat.SendCommand C# (CSharp) Method

SendCommand() public static method

public static SendCommand ( string TextCommand ) : void
TextCommand string
return void
        public static void SendCommand(string TextCommand)
        {
            Funcs.SendCommand(TextCommand);
        }