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