Interface ITargetedInteractEventArgs
Namespace: Content.Shared.Interaction
Assembly: Content.Shared.dll
Syntax
public interface ITargetedInteractEventArgs
Properties
| Improve this Doc View SourceTarget
Target of the attack
Declaration
EntityUid Target { get; }
Property Value
Type | Description |
---|---|
Entity |
User
Performer of the attack
Declaration
EntityUid User { get; }
Property Value
Type | Description |
---|---|
Entity |