mirror of
https://github.com/tym1116/BH3.git
synced 2025-12-21 19:04:52 +01:00
Fix UI Shader
This commit is contained in:
@@ -14,6 +14,9 @@ public struct UniWebViewMessage
|
||||
|
||||
public UniWebViewMessage(string rawMessage)
|
||||
{
|
||||
this.path = null;
|
||||
this.scheme = null;
|
||||
this.args = null;
|
||||
this.rawMessage = rawMessage;
|
||||
string[] array = rawMessage.Split(new string[1] { "://" }, StringSplitOptions.None);
|
||||
if (array.Length >= 2)
|
||||
|
||||
Reference in New Issue
Block a user