fix:1、添加H5
This commit is contained in:
@@ -6,21 +6,7 @@ namespace IgnoreOPS
|
||||
|
||||
public class UnityManager : BaseUnityManager<UnityManager>
|
||||
{
|
||||
|
||||
|
||||
|
||||
public static void DakaiACT()
|
||||
{
|
||||
#if UNITY_IOS && !UNITY_EDITOR
|
||||
BrigdeIOS.DakaiACT();
|
||||
#endif
|
||||
}
|
||||
public static void ShezhiACT(bool act)
|
||||
{
|
||||
#if UNITY_IOS && !UNITY_EDITOR
|
||||
BrigdeIOS.ShezhiACT(act);
|
||||
#endif
|
||||
}
|
||||
|
||||
public void haveSimCard(string have)
|
||||
{
|
||||
Log.Info("UnityManager", $"haveSimCard: {have}");
|
||||
|
||||
Reference in New Issue
Block a user