15 lines
380 B
C#
15 lines
380 B
C#
using ET;
|
|
using System;
|
|
using System.Collections.Generic;
|
|
|
|
namespace ET
|
|
{
|
|
//public class EnterSceneTranPointHelper
|
|
//{
|
|
// public static async ETTask OnEnterTransPoint(UnityEngine.Collider2D collision,long Id)
|
|
// {
|
|
// await UnitySceneComponent.Instance.GetComponent<TransPointComponent>().OnEnterTransPoint(collision, Id);
|
|
// }
|
|
//}
|
|
}
|