SharpMod.TextCommand.TextCommand C# (CSharp) Method

TextCommand() public method

public TextCommand ( string arguments ) : System
arguments string
return System
        public TextCommand(string[] arguments)
            : base(arguments)
        {
        }
TextCommand