AwardInfo constructor
Static data for an in-game reward/award item from the game table.
public AwardInfo(int Id, string Name, string IconPath, int Quality)| parameter | description |
|---|---|
| Id | Game-table award id. |
| Name | Localised award display name. |
| IconPath | Addressable path for the award’s icon sprite. |
| Quality | Quality tier (higher = rarer). |
See Also
Section titled “See Also”- struct AwardInfo
- namespace Stellar.Abstractions.Domain.GameData