public static void SendOutgoingCommands() { if (VerifyCanUseNetwork()) { while (networkingPeer.SendOutgoingCommands()) { } } }