초기커밋
This commit is contained in:
11
GameServer/Contents/Quest/QuestMetaBase/IQuestMeta.cs
Normal file
11
GameServer/Contents/Quest/QuestMetaBase/IQuestMeta.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using ServerCommon;
|
||||
using UGQDatabase.Models;
|
||||
|
||||
namespace GameServer;
|
||||
|
||||
public interface IQuestMeta
|
||||
{
|
||||
Task<(Result, QuestMetaAllBaseInfo)> getQuestMetaInfo(Player? player, UInt32 questId, UInt32 questRevision);
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user