NpcInfo structure
Static data for a single NPC from the game table.
public struct NpcInfo : IEquatable<NpcInfo>| parameter | description |
|---|---|
| Id | Game-table NPC id. |
| Name | Localised NPC display name. |
| Title | Localised NPC title or role string. |
| FactionId | Faction id this NPC belongs to. |
Public Members
Section titled “Public Members”| name | description |
|---|---|
| NpcInfo(…) | Static data for a single NPC from the game table. |
| FactionId { get; set; } | Faction id this NPC belongs to. |
| Id { get; set; } | Game-table NPC id. |
| Name { get; set; } | Localised NPC display name. |
| Title { get; set; } | Localised NPC title or role string. |
See Also
Section titled “See Also”- namespace Stellar.Abstractions.Domain.GameData