Credits
This commit is contained in:
11
Content.Client/UILinks.cs
Normal file
11
Content.Client/UILinks.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace Content.Client
|
||||
{
|
||||
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 Website = "https://spacestation14.io";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user