// Thanks to forum member @Igmon for this feature suggestion: // http://www.sixbysevenstudio.com/forum/viewtopic.php?f=14&t=2374&p=4351#p4351 using UnityEngine; using UnityEditor; using System.Collections; using System.Collections.Generic; using ProBuilder2.Common; using ProBuilder2.EditorCommon; namespace ProBuilder2.Actions { /** * Menu interface for inverting the current element selection. * * Deprecated as of 2.6.0. * This file remains only for backwards compatibility; you may * safely delete it. */ public class pb_InvertSelection : Editor {} }