namespace GameServer.Contents.GameMode.Manage.LeaveManage; public interface IGameModeLeaveHandler { Task gameModeLeave(); }