示例#1
0
 public bool HandlePacket(MinecraftClient client, MinecraftPacketStream stream)
 {
     client.ResetConnectionTimer();
     return true;
 }