コミット忘れ追加

This commit is contained in:
kimura 2021-09-16 12:00:06 +09:00
parent ab39422dcd
commit 4b9a326e71
1 changed files with 9 additions and 0 deletions

View File

@ -26,6 +26,15 @@ public enum ProductRarity
Rainbow = 6, Rainbow = 6,
} }
[Serializable]
public sealed class RarityData
{
public int id;
public int rate;
public int bulkOrderBonus;
public ProductRarity Rarity => (ProductRarity)id;
}
[Serializable] [Serializable]
public sealed class ShopData { public sealed class ShopData {
public int id; public int id;