9 lines
No EOL
232 B
C#
9 lines
No EOL
232 B
C#
using WingsEmu.Game._packetHandling;
|
|
|
|
namespace WingsEmu.Game.Families.Event;
|
|
|
|
public class FamilyMessageSentEvent : PlayerEvent
|
|
{
|
|
public string Message { get; init; }
|
|
public FamilyMessageType MessageType { get; init; }
|
|
} |