8 lines
No EOL
172 B
C#
8 lines
No EOL
172 B
C#
using WingsEmu.Game._packetHandling;
|
|
|
|
namespace WingsEmu.Game.Exchange.Event;
|
|
|
|
public class TradeRequestedEvent : PlayerEvent
|
|
{
|
|
public long TargetId { get; init; }
|
|
} |