9 lines
No EOL
220 B
C#
9 lines
No EOL
220 B
C#
using WingsEmu.Game._enum;
|
|
using WingsEmu.Game._packetHandling;
|
|
|
|
namespace WingsEmu.Game.Quests.Event;
|
|
|
|
public class AddSoundFlowerQuestEvent : PlayerEvent
|
|
{
|
|
public SoundFlowerType SoundFlowerType { get; init; }
|
|
} |