Beispiel #1
0
 /// <summary>
 /// 設定バージョン = 2.00未満 の場合の警告
 /// </summary>
 private void OutputVersionWarningLogIfNeed_UnderVer2_00()
 {
     Logger.Warning(VersionWarningMessage.NotUnderInCommand($"{nameof(ClearDebugText)}",
                                                            VersionConfig.GetConfigWoditorVersion(),
                                                            WoditorVersion.Ver2_00));
 }
 /// <summary>
 /// 設定バージョン = 2.20未満 の場合の警告
 /// </summary>
 private void OutputVersionWarningLogIfNeed_UnderVer2_20()
 {
     Logger.Warning(VersionWarningMessage.NotUnderInCommand($"{nameof(SoundReleaseAll)}",
                                                            VersionConfig.GetConfigWoditorVersion(),
                                                            WoditorVersion.Ver2_20));
 }