EquipInfo structure
Static data for a single equipment piece from the game table.
public struct EquipInfo : IEquatable<EquipInfo>| parameter | description |
|---|---|
| Id | Game-table equipment id. |
| Name | Localised equipment display name. |
| Slot | Equipment slot index. |
| BaseAttrs | Array of base attribute ids granted by this equipment piece. |
Public Members
Section titled “Public Members”| name | description |
|---|---|
| EquipInfo(…) | Static data for a single equipment piece from the game table. |
| BaseAttrs { get; set; } | Array of base attribute ids granted by this equipment piece. |
| Id { get; set; } | Game-table equipment id. |
| Name { get; set; } | Localised equipment display name. |
| Slot { get; set; } | Equipment slot index. |
See Also
Section titled “See Also”- namespace Stellar.Abstractions.Domain.GameData