8 lines
No EOL
193 B
C#
8 lines
No EOL
193 B
C#
using WingsEmu.Game._packetHandling;
|
|
|
|
namespace WingsEmu.Game.Quests.Event;
|
|
|
|
public class QuestObjectiveUpdatedEvent : PlayerEvent
|
|
{
|
|
public CharacterQuest CharacterQuest { get; init; }
|
|
} |