8 lines
No EOL
185 B
C#
8 lines
No EOL
185 B
C#
using WingsEmu.DTOs.Quests;
|
|
|
|
namespace WingsEmu.Game.Quests;
|
|
|
|
public interface IQuestFactory
|
|
{
|
|
CharacterQuest NewQuest(long characterId, int questId, QuestSlotType questSlotType);
|
|
} |