WorldUiDisplay 누락된 직렬화 복구
This commit is contained in:
parent
e100edc360
commit
86518fcd84
@ -17,7 +17,7 @@ public class RestaurantUiDisplayComponent : PropUiDisplayComponent<RestaurantOrd
|
|||||||
private Vector2 _fixedLocalScale = new Vector2(.2f, .2f);
|
private Vector2 _fixedLocalScale = new Vector2(.2f, .2f);
|
||||||
[SerializeField]
|
[SerializeField]
|
||||||
private Color _disabledColor = new Color(Color.darkGray.r, Color.darkGray.g, Color.darkGray.b, 0.5f);
|
private Color _disabledColor = new Color(Color.darkGray.r, Color.darkGray.g, Color.darkGray.b, 0.5f);
|
||||||
|
[OdinSerialize]
|
||||||
private Dictionary<RestaurantOrderType, Material> _materialDictionary = new();
|
private Dictionary<RestaurantOrderType, Material> _materialDictionary = new();
|
||||||
protected override Dictionary<RestaurantOrderType, Material> SetMaterialDictionary()
|
protected override Dictionary<RestaurantOrderType, Material> SetMaterialDictionary()
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user