public ExtendedCommand(ExtendedCommandString command, Hashtable taggedParams) : this(command) { this.taggedParams = taggedParams; }
public ExtendedCommand(ExtendedCommandString command, Player player, Hashtable taggedParams, ExtendedCommandStartParam start, int perResponse) : this(command, taggedParams) { this.player = player; this.start = start; this.perResponse = perResponse; }
public ExtendedCommand(ExtendedCommandString command) { this.commStr = command; }