Re-organize all projects (#4166)
This commit is contained in:
12
Content.Client/Links/UILinks.cs
Normal file
12
Content.Client/Links/UILinks.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
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";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user