13 lines
511 B
C#
13 lines
511 B
C#
namespace Content.Client.Links
|
|
{
|
|
public static class UILinks
|
|
{
|
|
public const string GitHub = "https://github.com/space-wizards/space-station-14/";
|
|
public const string Patreon = "https://www.patreon.com/spacestation14";
|
|
|
|
public const string Discord = "https://discordapp.com/invite/t2jac3p";
|
|
public const string BugReport = "https://github.com/space-wizards/space-station-14/issues/new/choose";
|
|
public const string Website = "https://spacestation14.io";
|
|
}
|
|
}
|