商品管理の詳細からレアごとの値段削除

This commit is contained in:
kimura 2021-11-02 18:32:44 +09:00
parent ead2598732
commit 87246dcdda
1 changed files with 1 additions and 1 deletions

View File

@ -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;