- fix: Show true name in station records. (#34)
This commit is contained in:
@@ -16,15 +16,6 @@ public sealed record GeneralStationRecord
|
||||
[DataField]
|
||||
public string Name = string.Empty;
|
||||
|
||||
[ViewVariables]
|
||||
public string ClownName = string.Empty;
|
||||
|
||||
[ViewVariables]
|
||||
public string MimeName = string.Empty;
|
||||
|
||||
[ViewVariables]
|
||||
public string BorgName = string.Empty;
|
||||
|
||||
/// <summary>
|
||||
/// Age of the person that this station record represents.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user