WeaponInfo structure
Static data for a weapon type from the game table.
public struct WeaponInfo : IEquatable<WeaponInfo>| parameter | description |
|---|---|
| Id | Game-table weapon id. |
| Name | Localised weapon display name. |
| Kind | Weapon classification. |
| BaseDamage | Base damage value for this weapon type. |
Public Members
Section titled “Public Members”| name | description |
|---|---|
| WeaponInfo(…) | Static data for a weapon type from the game table. |
| BaseDamage { get; set; } | Base damage value for this weapon type. |
| Id { get; set; } | Game-table weapon id. |
| Kind { get; set; } | Weapon classification. |
| Name { get; set; } | Localised weapon display name. |
See Also
Section titled “See Also”- namespace Stellar.Abstractions.Domain.GameData