Files
MergeGangRush_unity_IOS/Assets/Scripts/BrigdeIOS.cs
T
2026-07-13 18:14:23 +08:00

14 lines
330 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using System.Runtime.InteropServices;
using UnityEditor;
public class BrigdeIOS
{
[DllImport("__Internal")]
public static extern void SetDarkThough(bool though);
[DllImport("__Internal")]
public static extern void openWebview();
}