Field DefaultAttackTypeName
- Namespace
- GrindFest
- Assembly
- GrindFest.dll
The attack skill this weapon grants, by type name ("Slash"). The weapon prefab used to
carry the skill as a component; a plain class cannot live on a prefab, so the name is the
reference and the character gets its own instance when the weapon is equipped.
public string DefaultAttackTypeName
Returns
- string
- The attack skill this weapon grants, by type name ("Slash"). The weapon prefab used to carry the skill as a component; a plain class cannot live on a prefab, so the name is the reference and the character gets its own instance when the weapon is equipped.