namespace PhotoMode
{
#if UNITY_EDITOR
// IngredientDrawer
[CustomPropertyDrawer(typeof(MinMax))]
public class MinMaxDrawer : PropertyDrawer
EditorGUI.EndProperty();
}
#endif