OSDN Git Service

母港に戻る前に連合艦隊表示にできるようにする
[kancollesniffer/KancolleSniffer.git] / KancolleSniffer / Sniffer.cs
index 90d9901..7382765 100644 (file)
@@ -368,6 +368,10 @@ namespace KancolleSniffer
                 _shipInfo.InspectPresetRegister(data);\r
                 return Update.None;\r
             }\r
+            if (url.EndsWith("api_req_hensei/combined"))\r
+            {\r
+                _shipInfo.InspectCombined(request);\r
+            }\r
             if (url.EndsWith("api_req_hokyu/charge"))\r
             {\r
                 _shipInfo.InspectCharge(data);\r
@@ -443,6 +447,8 @@ namespace KancolleSniffer
 \r
         public int[] GetDeck(int fleet) => _shipInfo.GetDeck(fleet);\r
 \r
+        public int CombinedFleetType => _shipInfo.CombinedFleetType;\r
+\r
         public ChargeStatus[] ChargeStatuses => _shipInfo.ChargeStatuses;\r
 \r
         public int GetFighterPower(int fleet, bool withBonus) => _shipInfo.GetFighterPower(fleet, withBonus);\r