diff --git a/NHSE.Core/Structures/Item/Remake/ItemCustomColor.cs b/NHSE.Core/Structures/Item/Remake/ItemCustomColor.cs index 60fd78c..b453863 100644 --- a/NHSE.Core/Structures/Item/Remake/ItemCustomColor.cs +++ b/NHSE.Core/Structures/Item/Remake/ItemCustomColor.cs @@ -2,20 +2,20 @@ { public enum ItemCustomColor : byte { - Orange = 0, // 'オレンジ - Red = 1, // 'レッド - Pink = 2, // 'ピンク - Purple = 3, // 'パープル - Blue = 4, // 'ブルー - LightBlue = 5, // 'みずいろ - Green = 6, // 'グリーン - Yellow = 7, // 'イエロー - Beige = 8, // 'ベージュ - Brown = 9, // 'ブラウン - Black = 10, // 'ブラック - Gray = 11, // 'グレー - White = 12, // 'ホワイト - Colorful = 13, // 'カラフル - None = 14, // 'なし + Orange = 0, // オレンジ + Red = 1, // レッド + Pink = 2, // ピンク + Purple = 3, // パープル + Blue = 4, // ブルー + LightBlue = 5, // みずいろ + Green = 6, // グリーン + Yellow = 7, // イエロー + Beige = 8, // ベージュ + Brown = 9, // ブラウン + Black = 10, // ブラック + Gray = 11, // グレー + White = 12, // ホワイト + Colorful = 13, // カラフル + None = 14, // なし } }