Class StationNameSetupComponent
This is used for setting up a station's name.
Inheritance
System.Object
StationNameSetupComponent
Namespace: Content.Server.Station.Components
Assembly: Content.Server.dll
Syntax
public sealed class StationNameSetupComponent : Component
Properties
| Improve this Doc View SourceNameGenerator
Name generator to use for the station, if any.
Declaration
public StationNameGenerator NameGenerator { get; }
Property Value
Type | Description |
---|---|
StationNameGenerator |
StationNameTemplate
The name template to use for the station. If there's a name generator this should follow it's required format.
Declaration
public string StationNameTemplate { get; }
Property Value
Type | Description |
---|---|
System.String |