10 lines
No EOL
261 B
C#
10 lines
No EOL
261 B
C#
using WingsEmu.Game._packetHandling;
|
|
using WingsEmu.Packets.ClientPackets;
|
|
|
|
namespace WingsEmu.Game.Relations;
|
|
|
|
public class RelationFriendEvent : PlayerEvent
|
|
{
|
|
public FInsPacketType RequestType { get; init; }
|
|
public long CharacterId { get; init; }
|
|
} |