using System.Collections; using UnityEngine; using System.Collections.Generic; using System; using TowerClimberChronicles; using DG.Tweening; using SGModule.NetKit; namespace DontConfuse { internal class AppsFlyerObjectScript1 : MonoBehaviour { void Start() { NetworkDispatcher.Instance.Dispatch(NetworkMsg.Login); } } }