mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-14 16:51:28 +00:00
[+] 接入ET8服务端
[+] 接入ET8服务端
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
namespace ET.Client
|
||||
{
|
||||
[MessageHandler(SceneType.LockStep)]
|
||||
public class Match2G_NotifyMatchSuccessHandler: MessageHandler<Match2G_NotifyMatchSuccess>
|
||||
{
|
||||
protected override async ETTask Run(Session session, Match2G_NotifyMatchSuccess message)
|
||||
{
|
||||
await LSSceneChangeHelper.SceneChangeTo(session.Root(), "Map1", message.ActorId.InstanceId);
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user