namespace ET { [ActorMessageHandler] public class G2M_SessionDisconnectHandler : AMActorLocationHandler { protected override async ETTask Run(Unit unit, G2M_SessionDisconnect message) { await ETTask.CompletedTask; } } }