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