mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-07-10 15:43:18 +01:00
20 lines
306 B
C#
20 lines
306 B
C#
using YamlDotNet.Serialization;
|
|
|
|
namespace Tgstation.Server.ReleaseNotes
|
|
{
|
|
enum Component
|
|
{
|
|
Configuration,
|
|
Core,
|
|
HostWatchdog,
|
|
WebControlPanel,
|
|
HttpApi, // can't be properly renamed due to changelog
|
|
GraphQLApi,
|
|
DreamMakerApi,
|
|
InteropApi,
|
|
NugetCommon,
|
|
NugetApi,
|
|
NugetClient,
|
|
}
|
|
}
|