250501 커밋
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using ServerCommon;
|
||||
|
||||
namespace GameServer.Contents.GameMode.Manage;
|
||||
|
||||
public interface IGameModeJoinHandler
|
||||
{
|
||||
public Result gamedModeInstanceJoinValidate();
|
||||
public Result gamedModeInstanceJoin(Player player);
|
||||
}
|
||||
Reference in New Issue
Block a user