namespace WingsEmu.Packets { /// /// Packets that are sent by server /// public interface IServerPacket : IPacket { } }