no message
This commit is contained in:
parent
b5083fa17e
commit
165d08a8ec
|
@ -66,7 +66,6 @@ public class ReconnectMgr : SingletonMono<ReconnectMgr>
|
|||
|
||||
//记录装备材料信息
|
||||
UserExamStat.allToolAndMaterial.Clear();
|
||||
UserExamStat.allWear.Clear();
|
||||
Dictionary<string, List<ItemInfo>> toolAndMaterialDic = PacksackBagMgr.Instance.GetCurrentBagData();
|
||||
foreach (var item in toolAndMaterialDic)
|
||||
{
|
||||
|
@ -78,6 +77,7 @@ public class ReconnectMgr : SingletonMono<ReconnectMgr>
|
|||
}
|
||||
|
||||
//记录已穿戴设备
|
||||
UserExamStat.allWear.Clear();
|
||||
Dictionary<string, ItemInfo> wearDic = PacksackBagMgr.Instance.wearDic;
|
||||
foreach (var item in wearDic)
|
||||
{
|
||||
|
|
|
@ -1,8 +1,117 @@
|
|||
{
|
||||
"systemID": -1,
|
||||
"systemID": 10002,
|
||||
"schemeID": 1002,
|
||||
"currentScore": 0.0,
|
||||
"allSubScore": [],
|
||||
"allSubScore": [
|
||||
{
|
||||
"index": 1,
|
||||
"subProcessId": 1,
|
||||
"currentScore": 0.0,
|
||||
"isDone": true
|
||||
},
|
||||
{
|
||||
"index": 2,
|
||||
"subProcessId": 2,
|
||||
"currentScore": 0.0,
|
||||
"isDone": true
|
||||
},
|
||||
{
|
||||
"index": 3,
|
||||
"subProcessId": 3,
|
||||
"currentScore": 0.0,
|
||||
"isDone": false
|
||||
},
|
||||
{
|
||||
"index": 4,
|
||||
"subProcessId": 4,
|
||||
"currentScore": 0.0,
|
||||
"isDone": false
|
||||
},
|
||||
{
|
||||
"index": 5,
|
||||
"subProcessId": 5,
|
||||
"currentScore": 0.0,
|
||||
"isDone": false
|
||||
},
|
||||
{
|
||||
"index": 6,
|
||||
"subProcessId": 6,
|
||||
"currentScore": 0.0,
|
||||
"isDone": false
|
||||
},
|
||||
{
|
||||
"index": 7,
|
||||
"subProcessId": 7,
|
||||
"currentScore": 0.0,
|
||||
"isDone": false
|
||||
},
|
||||
{
|
||||
"index": 8,
|
||||
"subProcessId": 8,
|
||||
"currentScore": 0.0,
|
||||
"isDone": false
|
||||
},
|
||||
{
|
||||
"index": 9,
|
||||
"subProcessId": 9,
|
||||
"currentScore": 0.0,
|
||||
"isDone": false
|
||||
},
|
||||
{
|
||||
"index": 10,
|
||||
"subProcessId": 10,
|
||||
"currentScore": 0.0,
|
||||
"isDone": false
|
||||
},
|
||||
{
|
||||
"index": 11,
|
||||
"subProcessId": 11,
|
||||
"currentScore": 0.0,
|
||||
"isDone": false
|
||||
},
|
||||
{
|
||||
"index": 12,
|
||||
"subProcessId": 12,
|
||||
"currentScore": 0.0,
|
||||
"isDone": false
|
||||
},
|
||||
{
|
||||
"index": 13,
|
||||
"subProcessId": 13,
|
||||
"currentScore": 0.0,
|
||||
"isDone": false
|
||||
},
|
||||
{
|
||||
"index": 14,
|
||||
"subProcessId": 14,
|
||||
"currentScore": 0.0,
|
||||
"isDone": false
|
||||
},
|
||||
{
|
||||
"index": 15,
|
||||
"subProcessId": 15,
|
||||
"currentScore": 0.0,
|
||||
"isDone": false
|
||||
},
|
||||
{
|
||||
"index": 16,
|
||||
"subProcessId": 16,
|
||||
"currentScore": 0.0,
|
||||
"isDone": false
|
||||
},
|
||||
{
|
||||
"index": 17,
|
||||
"subProcessId": 17,
|
||||
"currentScore": 0.0,
|
||||
"isDone": false
|
||||
},
|
||||
{
|
||||
"index": 18,
|
||||
"subProcessId": 18,
|
||||
"currentScore": 0.0,
|
||||
"isDone": false
|
||||
}
|
||||
],
|
||||
"allToolAndMaterial": [],
|
||||
"allWear": [],
|
||||
"sceneName": "03_OfficeScene",
|
||||
|
|
Loading…
Reference in New Issue