13 lines
No EOL
239 B
C#
13 lines
No EOL
239 B
C#
// WingsEmu
|
|
//
|
|
// Developed by NosWings Team
|
|
|
|
using PhoenixLib.Events;
|
|
using WingsEmu.Game.Networking;
|
|
|
|
namespace WingsEmu.Game._packetHandling;
|
|
|
|
public class PlayerEvent : IAsyncEvent
|
|
{
|
|
public IClientSession Sender { get; set; }
|
|
} |