Method AsMode
AsMode(bool)
Marks this skill as a mode command.
public SkillBuilder AsMode(bool isMode = true)
Parameters
isModeboolWhether this is a mode skill.
Returns
- SkillBuilder
This builder for method chaining.
Marks this skill as a mode command.
public SkillBuilder AsMode(bool isMode = true)
isMode boolWhether this is a mode skill.
This builder for method chaining.