dll和逻辑修改
parent
b7a4ff606b
commit
c63f650d34
|
|
@ -2913,6 +2913,7 @@ MonoBehaviour:
|
|||
isSort: 0
|
||||
isAutoSetDrag: 0
|
||||
isShowArrow: 0
|
||||
trailingPadding: 0
|
||||
lines: 2
|
||||
squareSpacing: 0
|
||||
cell: {fileID: 4165410121421802796}
|
||||
|
|
|
|||
BIN
ProjectNLD/Assets/Code/Scripts/GamePlay_Dll/GamePlay.dll (Stored with Git LFS)
BIN
ProjectNLD/Assets/Code/Scripts/GamePlay_Dll/GamePlay.dll (Stored with Git LFS)
Binary file not shown.
|
|
@ -68,6 +68,7 @@ public class UIMedalCountNode : MonoBehaviour
|
|||
medalItemCount = GetMedalCountFunc?.Invoke(medalItemId) ?? 0;
|
||||
|
||||
gameObject.SetActive(true);
|
||||
gameObject.transform.parent.gameObject.SetActive(true);
|
||||
EnsureUIReferences();
|
||||
Refresh(medalItemId);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue