Field DefaultName
Gets the default name for the skill tool.
public const string DefaultName = "activate_skill"
Returns
- string
- Gets the default name for the skill tool.
Examples
Using the default tool name:
Console.WriteLine(SkillTool.DefaultName); // "activate_skill"