DialogueRunner.RemoveCommandHandler(string)

Method in DialogueRunner

Summary

Removes a command handler.

public void RemoveCommandHandler(string commandName);

Parameters

NameDescription
string commandNameThe name of the command to remove.