From 3137eec2ffcbace62b80f1bcaa166094a34d15ed Mon Sep 17 00:00:00 2001 From: Kazuhiro Fujieda Date: Thu, 30 Aug 2018 22:13:41 +0900 Subject: [PATCH] =?utf8?q?=E8=89=A6=E7=A8=AE=E5=88=A5=E8=A1=A8=E7=A4=BA?= =?utf8?q?=E3=81=AE=E9=A0=86=E5=BA=8F=E3=82=92=E7=A9=BA=E6=AF=8D=E4=BB=A5?= =?utf8?q?=E5=A4=96=E3=81=AFID=E3=81=AE=E6=98=87=E9=A0=86=E3=81=AB?= =?utf8?q?=E3=81=99=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- KancolleSniffer/View/ShipListPanel.cs | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/KancolleSniffer/View/ShipListPanel.cs b/KancolleSniffer/View/ShipListPanel.cs index 61cb579..e8a23d9 100644 --- a/KancolleSniffer/View/ShipListPanel.cs +++ b/KancolleSniffer/View/ShipListPanel.cs @@ -135,9 +135,9 @@ namespace KancolleSniffer.View { new[] // 戦艦 { - 10, // 航空戦艦 + 8, // 巡洋戦艦 9, // 戦艦 - 8 // 巡洋戦艦 + 10 // 航空戦艦 }, new[] // 空母 { @@ -147,14 +147,14 @@ namespace KancolleSniffer.View }, new[] // 重巡 { - 6, // 航空巡洋艦 - 5 // 重巡洋艦 + 5, // 重巡洋艦 + 6 // 航空巡洋艦 }, new[] // 軽巡 { - 21, // 練習巡洋艦 + 3, // 軽巡洋艦 4, // 重雷装巡洋艦 - 3 // 軽巡洋艦 + 21 // 練習巡洋艦 }, new[] // 駆逐 { @@ -166,16 +166,16 @@ namespace KancolleSniffer.View }, new[] // 潜水 { - 14, // 潜水空母 - 13 // 潜水艦 + 13, // 潜水艦 + 14 // 潜水空母 }, new[] // 補助 { - 22, // 補給艦 - 20, // 潜水母艦 - 19, // 工作艦 + 16, // 水上機母艦 17, // 揚陸艦 - 16 // 水上機母艦 + 19, // 工作艦 + 20, // 潜水母艦 + 22 // 補給艦 } }; -- 2.11.0