0903
This commit is contained in:
parent
a502be2aa0
commit
da457d6aff
|
|
@ -1,7 +1,6 @@
|
||||||
using System.Collections;
|
using System.Collections;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using UnityEngine;
|
using UnityEngine;
|
||||||
|
|
||||||
using Newtonsoft.Json;
|
using Newtonsoft.Json;
|
||||||
using Newtonsoft.Json.Linq;
|
using Newtonsoft.Json.Linq;
|
||||||
using System.IO;
|
using System.IO;
|
||||||
|
|
@ -62,6 +61,7 @@ public class ReconnectMgr : SingletonMono<ReconnectMgr>
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//记录已穿戴设备
|
||||||
Dictionary<string, ItemInfo> wearDic = PacksackBagMgr.Instance.wearDic;
|
Dictionary<string, ItemInfo> wearDic = PacksackBagMgr.Instance.wearDic;
|
||||||
foreach (var item in wearDic)
|
foreach (var item in wearDic)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue