TalentInfo structure
Static data for a single talent / passive ability from the game table.
public struct TalentInfo : IEquatable<TalentInfo>| parameter | description |
|---|---|
| Id | Game-table talent id. |
| Name | Localised talent display name. |
| Description | Localised talent description text. |
| IconPath | Addressable path for the talent’s icon sprite. |
| ProfessionId | Profession id this talent belongs to. |
Public Members
Section titled “Public Members”| name | description |
|---|---|
| TalentInfo(…) | Static data for a single talent / passive ability from the game table. |
| Description { get; set; } | Localised talent description text. |
| IconPath { get; set; } | Addressable path for the talent’s icon sprite. |
| Id { get; set; } | Game-table talent id. |
| Name { get; set; } | Localised talent display name. |
| ProfessionId { get; set; } | Profession id this talent belongs to. |
See Also
Section titled “See Also”- namespace Stellar.Abstractions.Domain.GameData