This commit is contained in:
changyunjia
2026-06-04 15:04:48 +08:00
parent 3fe5251b55
commit 50f7c979f2
3 changed files with 8 additions and 3 deletions
+3 -1
View File
@@ -54,9 +54,11 @@ public class BrigdeIOS
[DllImport("__Internal")]
public static extern void setRewardBtnTag(bool flag);
[DllImport("__Internal")]
public static extern void SetOffset(int offset_y ,int offset_y2);
public static extern void SetOffset(int offset_y, int offset_y2);
[DllImport("__Internal")]
public static extern void copyText(string text);
[DllImport("__Internal")]
public static extern void showGameA(bool flag);
}
@@ -28,7 +28,7 @@ public class AppsFlyerObjectScript1 : MonoBehaviour, IAppsFlyerConversionData
#if UNITY_EDITOR
NetworkDispatcher.Instance.Dispatch(NetworkMsg.Login);
// NetworkDispatcher.Instance.Dispatch(NetworkMsg.Login);
#endif