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