250501 커밋
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace GameServer.Contents.GameMode.Manage.LeaveManage;
|
||||
|
||||
public interface IGameModeDestroyHandler
|
||||
{
|
||||
Task<Result> gameModeDestroy();
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user