Class RequestCrewManifestMessage
A message to send to the server when requesting a crew manifest. CrewManifestSystem will open an EUI that will send the crew manifest to the player when it is updated.
Inheritance
System.Object
RequestCrewManifestMessage
Namespace: Content.Shared.CrewManifest
Assembly: Content.Shared.dll
Syntax
public sealed class RequestCrewManifestMessage : EntityEventArgs
Constructors
| Improve this Doc View SourceRequestCrewManifestMessage(NetEntity)
Declaration
public RequestCrewManifestMessage(NetEntity id)
Parameters
Type | Name | Description |
---|---|---|
NetEntity | id |
Properties
| Improve this Doc View SourceId
Declaration
public NetEntity Id { get; }
Property Value
Type | Description |
---|---|
NetEntity |