Ejemplo n.º 1
0
 public static void QueryCompactShardStats(NetState state, CircularBufferReader reader, int packetLength)
 {
     state.SendCompactShardStats(
         (uint)(Core.TickCount / 1000),
         TcpServer.Instances.Count - 1, // Shame if you modify this!
         World.Items.Count,
         World.Mobiles.Count,
         GC.GetTotalMemory(false)
         );
 }