mirror of
https://github.com/tym1116/BH3.git
synced 2026-03-29 03:52:37 +02:00
Fix UI Shader
This commit is contained in:
@@ -15,11 +15,11 @@ namespace MoleMole
|
||||
|
||||
public TheBaseAccountDelegate()
|
||||
{
|
||||
if (_activity == null)
|
||||
/*if (_activity == null)
|
||||
{
|
||||
AndroidJavaClass androidJavaClass = new AndroidJavaClass("com.unity3d.player.UnityPlayer");
|
||||
_activity = androidJavaClass.GetStatic<AndroidJavaObject>("currentActivity");
|
||||
}
|
||||
}*/
|
||||
}
|
||||
|
||||
public virtual void init(bool debugMode, string callbackClass, string callbackMethod, Function callback)
|
||||
|
||||
Reference in New Issue
Block a user