移除不用的脚本
This commit is contained in:
@@ -2,12 +2,9 @@
|
||||
{
|
||||
public static class SRDebugApi
|
||||
{
|
||||
|
||||
#if !UNITY_EDITOR
|
||||
public const string PrivacyPolicyUrl = "https://www.stompyrobot.uk/tools/srdebugger/privacy-policy";
|
||||
|
||||
public const string Protocol = "https://";
|
||||
#else
|
||||
public const string Protocol = "http://";
|
||||
#endif
|
||||
|
||||
public const string EndPoint = Protocol + "srdebugger.stompyrobot.uk";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user