Class AttackEvent
Inheritance
System.Object
AttackEvent
Assembly: Content.Shared.dll
Syntax
public abstract class AttackEvent : EntityEventArgs
Constructors
|
Improve this Doc
View Source
AttackEvent(NetCoordinates)
Declaration
protected AttackEvent(NetCoordinates coordinates)
Parameters
Type |
Name |
Description |
Robust.Shared.Map.NetCoordinates |
coordinates |
|
Fields
|
Improve this Doc
View Source
Coordinates
Coordinates being attacked.
Declaration
public readonly NetCoordinates Coordinates
Field Value
Type |
Description |
Robust.Shared.Map.NetCoordinates |
|