- fix: Show true name in station records. (#34)

This commit is contained in:
Aviu00
2024-02-08 18:44:19 +09:00
committed by GitHub
parent 74941f06bb
commit 9c91a9c3c3
5 changed files with 21 additions and 20 deletions

View File

@@ -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>