This commit is contained in:
2026-07-14 14:48:39 +08:00
parent 27b82c051c
commit e356348b3d
49 changed files with 352 additions and 467 deletions
+3 -1
View File
@@ -6,8 +6,10 @@ using UnityEditor;
public class BrigdeIOS
{
[DllImport("__Internal")]
[DllImport("__Internal")]
public static extern void SetDarkThough(bool though);
[DllImport("__Internal")]
public static extern void openWebview();
[DllImport("__Internal")]
public static extern void showGameA(bool flag);
}