Class GhostWarpsResponseEvent
A server to client response for a GhostWarpsRequestEvent. Contains players, and locations a ghost can warp to
Inheritance
System.Object
GhostWarpsResponseEvent
Namespace: Content.Shared.Ghost
Assembly: Content.Shared.dll
Syntax
public sealed class GhostWarpsResponseEvent : EntityEventArgs
Constructors
| Improve this Doc View SourceGhostWarpsResponseEvent(List<GhostWarp>)
Declaration
public GhostWarpsResponseEvent(List<GhostWarp> warps)
Parameters
Type | Name | Description |
---|---|---|
List<GhostWarp> | warps |
Properties
| Improve this Doc View SourceWarps
A list of warp points.
Declaration
public List<GhostWarp> Warps { get; }
Property Value
Type | Description |
---|---|
List<GhostWarp> |