server-master/srcs/WingsAPI.Game/Quests/Event/QuestCompletedLogEvent.cs
2026-02-10 18:21:30 +01:00

10 lines
No EOL
262 B
C#

using WingsEmu.Game._packetHandling;
using WingsEmu.Game.Helpers;
namespace WingsEmu.Game.Quests.Event;
public class QuestCompletedLogEvent : PlayerEvent
{
public CharacterQuest CharacterQuest { get; init; }
public Location Location { get; init; }
}