CombatEvent.SkillUsed record
A skill was cast or progressed through a phase by the identified caster.
public record SkillUsed : IEquatable<CombatEvent>Public Members
Section titled “Public Members”| name | description |
|---|---|
| SkillUsed(…) | A skill was cast or progressed through a phase by the identified caster. |
| CasterId { get; set; } | Entity that cast the skill. |
| Phase { get; set; } | Which phase of the skill lifecycle this event covers. |
| SkillId { get; set; } | Game-table skill id. |
See Also
Section titled “See Also”- record CombatEvent
- namespace Stellar.Abstractions.Domain