移除不用的脚本
This commit is contained in:
@@ -18,6 +18,14 @@
|
||||
}
|
||||
}
|
||||
|
||||
public string PrivacyPolicyUrl
|
||||
{
|
||||
get
|
||||
{
|
||||
return _handler != null ? _handler.PrivacyPolicyUrl : string.Empty;
|
||||
}
|
||||
}
|
||||
|
||||
public void SetHandler(IBugReporterHandler handler)
|
||||
{
|
||||
Debug.LogFormat("[SRDebugger] Bug Report handler set to {0}", handler);
|
||||
|
||||
Reference in New Issue
Block a user