csharp
public readonly record struct AbilityEventOne thing that happened to one ability.
Fields and properties (4)
public AbilityEventKind KindWhat happened.
public DefId AbilityWhich ability.
public AbilityTarget TargetWhat it was aimed at.
public AbilityFailure FailureWhy not, for Failed.
Methods (1)
public AbilityEvent(AbilityEventKind Kind, DefId Ability, AbilityTarget Target, AbilityFailure Failure)One thing that happened to one ability.
Used by (2)
- AbilityCasterVixen.Gameplay.Combat
- AbilityCasterTestsVixen.Gameplay.Combat.Tests