Files
MergeGangRush_unity_IOS/Assets/Scripts/BrigdeIOS.cs
T

14 lines
330 B
C#
Raw Normal View History

2026-07-13 18:14:23 +08:00
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();
}