|
@@ -75,15 +75,15 @@ namespace Fort23.Mono
|
|
|
|
|
|
Text_Name.text = LanguageManager.Instance.Text(itemInfo.config.itemName);
|
|
Text_Name.text = LanguageManager.Instance.Text(itemInfo.config.itemName);
|
|
|
|
|
|
- if (itemInfo.count.Value > 0)
|
|
|
|
- {
|
|
|
|
- Text_Count.gameObject.SetActive(true);
|
|
|
|
- Text_Count.text = itemInfo.count.Value.ToStringEx();
|
|
|
|
- }
|
|
|
|
- else
|
|
|
|
- {
|
|
|
|
- Text_Count.gameObject.SetActive(false);
|
|
|
|
- }
|
|
|
|
|
|
+ // if (itemInfo.count.Value > 0)
|
|
|
|
+ // {
|
|
|
|
+ // Text_Count.gameObject.SetActive(true);
|
|
|
|
+ // Text_Count.text = itemInfo.count.Value.ToStringEx();
|
|
|
|
+ // }
|
|
|
|
+ // else
|
|
|
|
+ // {
|
|
|
|
+ // Text_Count.gameObject.SetActive(false);
|
|
|
|
+ // }
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|