예제 #1
0
 void DebugCall()
 {
     BDebug.Write("NetDiscovery:" + ((discoveryInit) ? ((discovery.isServer) ? "Server" : ((discovery.isClient) ? "Client Found: " + discoveryResults : "Ready")) : "Offline"));
 }