浏览代码

Added directive to editor script to prevent build issues

/main
Ashley Alicea 3 年前
当前提交
6979c4aa
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 3
      Assets/PhotoMode/PM-Scripts/Editor Scripts/MinMaxDrawer.cs

3
Assets/PhotoMode/PM-Scripts/Editor Scripts/MinMaxDrawer.cs


namespace PhotoMode
{
#if UNITY_EDITOR
// IngredientDrawer
[CustomPropertyDrawer(typeof(MinMax))]
public class MinMaxDrawer : PropertyDrawer

EditorGUI.EndProperty();
}
}
#endif
}
正在加载...
取消
保存