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