Files
2024-10-06 11:21:22 -04:00

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,
}
}