mirror of
https://github.com/9ParsonsB/Pulsar.git
synced 2025-04-14 23:54:43 -04:00
7 lines
187 B
C#
7 lines
187 B
C#
namespace Observatory.Framework.Files.Journal.Other;
|
|
|
|
public class DockSRV : DockFighter
|
|
{
|
|
public string SRVType { get; init; }
|
|
public string SRVType_Localised { get; init; }
|
|
} |