void ManageDebuggingPackets(BasePacket packet) { #if DEBUG_NETWORK_PACKETS if (IntrepidSerialize.DebugLogPacket(packet)) { Console.WriteLine("Attempting to send {0}", packet); } #endif }