WorldUiDisplay 누락된 직렬화 복구

This commit is contained in:
Jeonghyeon Ha 2025-09-01 15:25:06 +09:00
parent e100edc360
commit 86518fcd84

View File

@ -17,7 +17,7 @@ public class RestaurantUiDisplayComponent : PropUiDisplayComponent<RestaurantOrd
private Vector2 _fixedLocalScale = new Vector2(.2f, .2f);
[SerializeField]
private Color _disabledColor = new Color(Color.darkGray.r, Color.darkGray.g, Color.darkGray.b, 0.5f);
[OdinSerialize]
private Dictionary<RestaurantOrderType, Material> _materialDictionary = new();
protected override Dictionary<RestaurantOrderType, Material> SetMaterialDictionary()
{