using UnityEditor;

namespace AGXUnityEditor.Editors
{
  [CustomEditor( typeof( AGXUnity.Model.TrackWheel ) )]
  [CanEditMultipleObjects]
  public class AGXUnityModelTrackWheelEditor : InspectorEditor
  { }
}
