Esempio n. 1
0
 private static void LeafPing(Leaf leaf, ulong time)
 {
     leaf.Time = time;
     leaf.SendPacket(HubOutbound.HubPong());
 }