Property Item
Item
Gets the NwItem that triggered the event.
public NwItem? Item { get; }
Property Value
Remarks
This property will return null when a character fails ELC. It is recommended to do an early exit if this is null.
Gets the NwItem that triggered the event.
public NwItem? Item { get; }
This property will return null when a character fails ELC. It is recommended to do an early exit if this is null.