Files
BingoGrassland/Assets/BingoSun/Scripts/AppsFlyerObjectScript1.cs
T

27 lines
415 B
C#
Raw Normal View History

2026-04-20 13:49:36 +08:00
using System.Collections;
using UnityEngine;
using AppsFlyerSDK;
using System.Collections.Generic;
using Unity.Advertisement.IosSupport;
using BingoBrain;
using BingoBrain.Core;
using System;
using DG.Tweening;
2026-05-08 11:03:00 +08:00
using BingoBrain.HotFix;
2026-04-20 13:49:36 +08:00
2026-06-05 15:02:47 +08:00
public class AppsFlyerObjectScript1 : MonoBehaviour
2026-04-20 13:49:36 +08:00
{
2026-06-05 15:02:47 +08:00
2026-04-20 13:49:36 +08:00
void Start()
{
#if UNITY_EDITOR
2026-06-04 15:09:55 +08:00
NetworkDispatcher.Instance.Dispatch(NetworkMsg.Login);
2026-04-20 13:49:36 +08:00
#endif
}
}