商品管理の詳細からレアごとの値段削除
This commit is contained in:
parent
ead2598732
commit
87246dcdda
|
|
@ -3,7 +3,7 @@ using UnityEngine.UI;
|
|||
|
||||
public class RarityStockView : MonoBehaviour
|
||||
{
|
||||
private static readonly string textFormat = "{0}×{1}個";
|
||||
private static readonly string textFormat = "{1}個";
|
||||
[SerializeField] private Text normalText;
|
||||
[SerializeField] private ProductRarity rarity;
|
||||
public ProductRarity Rarity => rarity;
|
||||
|
|
|
|||
Loading…
Reference in New Issue