Skip to content

Commit

Permalink
Version 4.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
andanteyk committed Sep 7, 2019
1 parent 3ad2bf1 commit d04ecf4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion ElectronicObserver/Other/Information/apilist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2238,7 +2238,8 @@ api_req_sortie/battleresult :通常艦隊 戦闘結果
api_escape :退避艦 api_escape_flag=0の時 null
api_escape_idx :退避艦のインデックス [対象艦数] 1基点 実際は[0]が対象となる
api_next_map_ids :次に出撃可能になった海域ID[] 海域解放時のみ存在 通常海域は数値、イベント海域は文字列なので注意
api_m1 :('16秋イベ)ギミック解除フラグ? 1=解除 それ以外の場合存在しない
api_m1 :('16秋イベ)ギミック解除フラグ 1=解除(段階によって 1 以外の場合もある) それ以外の場合存在しない
api_m2 :('19夏イベ)ギミック解除フラグ 1=解除(〃) それ以外の場合存在しない


api_req_sortie/goback_port :単艦退避受諾
Expand Down
6 changes: 3 additions & 3 deletions ElectronicObserver/Utility/SoftwareInformation.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,20 +29,20 @@ public static class SoftwareInformation
/// <summary>
/// バージョン(日本語, ソフトウェア名を含みます)
/// </summary>
public static string VersionJapanese => SoftwareNameJapanese + "四二型改";
public static string VersionJapanese => SoftwareNameJapanese + "四二型改二";


/// <summary>
/// バージョン(英語)
/// </summary>
public static string VersionEnglish => "4.2.1";
public static string VersionEnglish => "4.2.2";



/// <summary>
/// 更新日時
/// </summary>
public static DateTime UpdateTime => DateTimeHelper.CSVStringToTime("2019/06/30 21:00:00");
public static DateTime UpdateTime => DateTimeHelper.CSVStringToTime("2019/09/07 21:00:00");



Expand Down

0 comments on commit d04ecf4

Please sign in to comment.