Files
CaptainDiceDubloons_IOS_unity/Assets/Scripts/BrigdeIOS.cs
T

10 lines
151 B
C#
Raw Normal View History

2026-05-20 12:01:19 +08:00
using System.Runtime.InteropServices;
public class BrigdeIOS
{
2026-05-25 10:07:19 +08:00
2026-05-20 12:01:19 +08:00
[DllImport("__Internal")]
public static extern void copyText(string text);
}