mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-22 04:27:19 +01:00
17 lines
213 B
C#
17 lines
213 B
C#
namespace Tgstation.Server.ReleaseNotes
|
|
{
|
|
enum Component
|
|
{
|
|
Configuration,
|
|
Core,
|
|
HostWatchdog,
|
|
WebControlPanel,
|
|
HttpApi,
|
|
DreamMakerApi,
|
|
InteropApi,
|
|
NugetCommon,
|
|
NugetApi,
|
|
NugetClient,
|
|
}
|
|
}
|