Add ParrelSync and netcode
This commit is contained in:
13
Assets/ParrelSync/Editor/ExternalLinks.cs
Normal file
13
Assets/ParrelSync/Editor/ExternalLinks.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
namespace ParrelSync
|
||||
{
|
||||
public class ExternalLinks
|
||||
{
|
||||
public const string RemoteVersionURL = "https://raw.githubusercontent.com/VeriorPies/ParrelSync/master/VERSION.txt";
|
||||
public const string Releases = "https://github.com/VeriorPies/ParrelSync/releases";
|
||||
public const string CustomArgumentHelpLink = "https://github.com/VeriorPies/ParrelSync/wiki/Argument";
|
||||
|
||||
public const string GitHubHome = "https://github.com/VeriorPies/ParrelSync/";
|
||||
public const string GitHubIssue = "https://github.com/VeriorPies/ParrelSync/issues";
|
||||
public const string FAQ = "https://github.com/VeriorPies/ParrelSync/wiki/Troubleshooting-&-FAQs";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user