/// <summary> /// Gets the net mode of the local client /// </summary> public static MDNetMode GetNetMode() { return(GI?.GetNetMode() ?? MDNetMode.Standalone); }