#if UNITY_EDITOR namespace O3DWB { public interface IObjectSelectionUpdateOperation { #region Interface Methods void Perform(); #endregion } } #endif