server-master/srcs/WingsAPI.Game/Relations/RelationFriendEvent.cs
2026-02-10 18:21:30 +01:00

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; }
}