mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-03-21 11:35:14 +00: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,
|
|
}
|
|
}
|