9 lines
No EOL
209 B
C#
9 lines
No EOL
209 B
C#
using WingsEmu.Game._packetHandling;
|
|
using WingsEmu.Game.Networking;
|
|
|
|
namespace WingsEmu.Game.Exchange.Event;
|
|
|
|
public class ExchangeJoinEvent : PlayerEvent
|
|
{
|
|
public IClientSession Target { get; set; }
|
|
} |