コミット忘れ追加
This commit is contained in:
parent
ab39422dcd
commit
4b9a326e71
|
|
@ -26,6 +26,15 @@ public enum ProductRarity
|
|||
Rainbow = 6,
|
||||
}
|
||||
|
||||
[Serializable]
|
||||
public sealed class RarityData
|
||||
{
|
||||
public int id;
|
||||
public int rate;
|
||||
public int bulkOrderBonus;
|
||||
public ProductRarity Rarity => (ProductRarity)id;
|
||||
}
|
||||
|
||||
[Serializable]
|
||||
public sealed class ShopData {
|
||||
public int id;
|
||||
|
|
|
|||
Loading…
Reference in New Issue