9 lines
No EOL
211 B
C#
9 lines
No EOL
211 B
C#
using WingsEmu.Game._packetHandling;
|
|
|
|
namespace WingsEmu.Game.Families.Event;
|
|
|
|
public class FamilyJoinedEvent : PlayerEvent
|
|
{
|
|
public long FamilyId { get; init; }
|
|
public long InviterId { get; init; }
|
|
} |