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