2021-06-09 22:19:39 +02:00
|
|
|
|
namespace Content.Client.Links
|
2020-06-14 15:15:07 +02:00
|
|
|
|
{
|
|
|
|
|
|
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";
|
2020-12-02 08:45:07 +00:00
|
|
|
|
public const string BugReport = "https://github.com/space-wizards/space-station-14/issues/new/choose";
|
2020-06-14 15:15:07 +02:00
|
|
|
|
public const string Website = "https://spacestation14.io";
|
2022-01-23 18:47:10 +01:00
|
|
|
|
public const string Wiki = "https://wiki.spacestation14.io";
|
2020-06-14 15:15:07 +02:00
|
|
|
|
}
|
|
|
|
|
|
}
|