/******************************************/ /* */ /* Copyright (c) 2018 monitor1394 */ /* https://github.com/monitor1394 */ /* */ /******************************************/ using UnityEditor; namespace XCharts { /// /// Editor class used to edit UI LiquidChart. /// [CustomEditor(typeof(LiquidChart), false)] public class LiquidChartEditor : BaseChartEditor { } }