22 lines
377 B
C#
22 lines
377 B
C#
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);
|
|
}
|
|
}
|
|
} |