10 lines
No EOL
250 B
C#
10 lines
No EOL
250 B
C#
using WingsEmu.DTOs.Quests;
|
|
using WingsEmu.Game._packetHandling;
|
|
|
|
namespace WingsEmu.Game.Quests.Event;
|
|
|
|
public class QuestAbandonedEvent : PlayerEvent
|
|
{
|
|
public int QuestId { get; init; }
|
|
public QuestSlotType QuestSlotType { get; init; }
|
|
} |