9 lines
No EOL
204 B
C#
9 lines
No EOL
204 B
C#
using WingsEmu.Game._packetHandling;
|
|
using WingsEmu.Packets.Enums;
|
|
|
|
namespace WingsEmu.Game.Exchange.Event;
|
|
|
|
public class ExchangeCloseEvent : PlayerEvent
|
|
{
|
|
public ExcCloseType Type { get; set; }
|
|
} |