Class NanotrasenNameGenerator
Inheritance
System.Object
NanotrasenNameGenerator
Assembly: Content.Server.dll
Syntax
public sealed class NanotrasenNameGenerator : StationNameGenerator
Fields
|
Improve this Doc
View Source
PrefixCreator
Where the map comes from. Should be a two or three letter code, for example "VG" for Packedstation.
Declaration
public string PrefixCreator
Field Value
Type |
Description |
System.String |
|
Methods
|
Improve this Doc
View Source
FormatName(String)
Declaration
public override string FormatName(string input)
Parameters
Type |
Name |
Description |
System.String |
input |
|
Returns
Type |
Description |
System.String |
|
Overrides