Class GhostWarpToTargetRequestEvent
A client to server request for their ghost to be warped to an entity
Inheritance
System.Object
GhostWarpToTargetRequestEvent
Namespace: Content.Shared.Ghost
Assembly: Content.Shared.dll
Syntax
public sealed class GhostWarpToTargetRequestEvent : EntityEventArgs
Constructors
| Improve this Doc View SourceGhostWarpToTargetRequestEvent(NetEntity)
Declaration
public GhostWarpToTargetRequestEvent(NetEntity target)
Parameters
Type | Name | Description |
---|---|---|
NetEntity | target |
Properties
| Improve this Doc View SourceTarget
Declaration
public NetEntity Target { get; }
Property Value
Type | Description |
---|---|
NetEntity |