250501 커밋
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
using GameServer.Contents.GameMode.Manage;
|
||||
using ServerCommon;
|
||||
|
||||
namespace GameServer.Contents.GameMode.Mode_Running.Manage;
|
||||
|
||||
public class RunRaceInitHandler : GameModeInitHandlerBase
|
||||
{
|
||||
public RunRaceInitHandler(InstanceRoom instanceRoom) : base(instanceRoom, GameModeType.RUN_RACE)
|
||||
{
|
||||
}
|
||||
|
||||
public override Result gamedModeInstanceInitValidate()
|
||||
{
|
||||
var result = new Result();
|
||||
|
||||
//kihoon todo : running 추가
|
||||
|
||||
return result;
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user