14 lines
567 B
C#
14 lines
567 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://discord.ss14.io/";
|
|
public const string BugReport = "https://github.com/space-wizards/space-station-14/issues/new/choose";
|
|
public const string Website = "https://spacestation14.io";
|
|
public const string Wiki = "https://wiki.spacestation14.io";
|
|
}
|
|
}
|