コード例 #1
0
ファイル: MDStatics.cs プロジェクト: Meister1593/MDFramework
 /// <summary>
 /// Gets the net mode of the local client
 /// </summary>
 public static MDNetMode GetNetMode()
 {
     return(GI?.GetNetMode() ?? MDNetMode.Standalone);
 }