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