/** * @ Matt1988 * This extension was built by @Matt1988 */ using UnityEngine; using UnityEditor; using System.Collections; using System.Collections.Generic; using ProBuilder2.Common; using ProBuilder2.EditorCommon; namespace ProBuilder2.Actions { /** * Deprecated as of 2.6.0. * This file remains only for backwards compatibility; you may * safely delete it. */ public class pb_SetPivot : Editor {} }