초기커밋
This commit is contained in:
11
GameServer/Contents/Quest/QuestChecker/QuestChannel.cs
Normal file
11
GameServer/Contents/Quest/QuestChecker/QuestChannel.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using ServerCommon;
|
||||
|
||||
namespace GameServer.Quest
|
||||
{
|
||||
public class QuestChannel : QuestBase
|
||||
{
|
||||
public QuestChannel(EQuestEventTargetType targetType, EQuestEventNameType eventNameType) : base(targetType, eventNameType, 0, string.Empty, string.Empty, string.Empty)
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user