TalentPlacement Constructor |
Namespace: Styx.CommonBot.CharacterManagementAssembly: Styx (in Styx.dll) Version: 3.0.1160.0 (3.0.1160)
Syntaxpublic TalentPlacement(
int tier,
int index,
string name
)
Parameters
- tier
- Type: SystemInt32
The tier of the talent placement. The first tier has index 0. - index
- Type: SystemInt32
The index in the tier of the talent placement. The first index has index 0. - name
- Type: SystemString
The name of the talent placement.
See Also