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