You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unify ambiguous property names in damage-related EventArgs classes (e.g., PlayerHurtEventArgs, PlayerDyingEventArgs) to reduce confusion. Currently, similar properties use different identifiers (Player vs Target vs Attacker) across different events, creating unnecessary learning hurdles for plugin developers.
The text was updated successfully, but these errors were encountered:
Goal Description
Unify ambiguous property names in damage-related EventArgs classes (e.g.,
PlayerHurtEventArgs
,PlayerDyingEventArgs
) to reduce confusion. Currently, similar properties use different identifiers (Player
vsTarget
vsAttacker
) across different events, creating unnecessary learning hurdles for plugin developers.The text was updated successfully, but these errors were encountered: