Even More Modifiers  1.0.0.0
A mod for rolling various bonus stats on items
DelegationTarget.cs
Go to the documentation of this file.
1 namespace Loot.Api.Attributes
2 {
7  public enum DelegationTarget
8  {
12  CanHitNPC,
14  CanHitPvp,
17  CatchFish,
25  Hurt,
26  Initialize,
27  Kill,
44  ModifyZoom,
48  OnHitByNPC,
50  OnHitNPC,
52  OnHitPvp,
54  OnRespawn,
55  PostHurt,
56  PostUpdate,
61  PreHurt,
62  PreKill,
63  PreUpdate,
68  Shoot,
71  UpdateDead,
76  }
77 }
DelegationTarget
Defines a target that can be used in conjunction with AutoDelegation for identifying the target event...