private static void Debugger2(bool c, ConnectionObj o) { if (debugging) { Debug.Log("DEBUGGING AT " + Time.time + ": " + o.ToString() + " \n\t- " + c.ToString()); } }