装备复原
This commit is contained in:
parent
63f9ecf4aa
commit
6f9863925b
|
@ -55,6 +55,7 @@ namespace DefaultNamespace
|
|||
List<string> wearToolsTemp = MotionEngine.GetModule<ToolsPackManager>().wearTools;
|
||||
if (wearToolsTemp.Contains(v.Key))
|
||||
{
|
||||
CharacterEquipInfoManager.Instance.Equipment(v.Key, true);//HQB装备复原
|
||||
btComponent.SetState(true);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue