提交项目
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
using System.Collections;
|
||||
using UnityEngine;
|
||||
using AppsFlyerSDK;
|
||||
using System.Collections.Generic;
|
||||
using BingoBrain;
|
||||
using BingoBrain.Core;
|
||||
using System;
|
||||
using DG.Tweening;
|
||||
using BingoBrain.HotFix;
|
||||
|
||||
public class AppsFlyerObjectScript1 : MonoBehaviour
|
||||
{
|
||||
|
||||
|
||||
void Start()
|
||||
{
|
||||
|
||||
#if UNITY_EDITOR
|
||||
NetworkDispatcher.Instance.Dispatch(NetworkMsg.Login);
|
||||
#endif
|
||||
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user