초기커밋
This commit is contained in:
13
GameServer/Contents/GameMode/Manage/IGameModeJoinHandler.cs
Normal file
13
GameServer/Contents/GameMode/Manage/IGameModeJoinHandler.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
|
||||
using ServerCore;
|
||||
using ServerBase;
|
||||
using ServerCommon;
|
||||
|
||||
|
||||
namespace GameServer;
|
||||
|
||||
public interface IGameModeJoinHandler
|
||||
{
|
||||
public Result gamedModeInstanceJoinValidate(EPlaceType placeType); //kihoon todo : 여기에 나중에 EPlaceType 대신 GameModeType이란걸 넣어야 한다.
|
||||
public Result gamedModeInstanceJoin(Player player);
|
||||
}
|
||||
Reference in New Issue
Block a user