// WingsEmu // // Developed by NosWings Team namespace WingsEmu.Packets { public abstract class ServerPacket : IServerPacket { } }