Class ManifestEntry
Describes an entry in the crew manifest.
Inheritance
System.Object
ManifestEntry
Namespace: Content.Server.GameTicking
Assembly: Content.Server.dll
Syntax
public sealed class ManifestEntry : object
Constructors
| Improve this Doc View SourceManifestEntry(String, String)
Declaration
public ManifestEntry(string characterName, string jobId)
Parameters
Type | Name | Description |
---|---|---|
System.String | characterName | |
System.String | jobId |
Properties
| Improve this Doc View SourceCharacterName
The name of the character on the manifest.
Declaration
public string CharacterName { get; }
Property Value
Type | Description |
---|---|
System.String |
JobId
The ID of the job they picked.
Declaration
public string JobId { get; }
Property Value
Type | Description |
---|---|
System.String |