11 lines
178 B
C#
11 lines
178 B
C#
#if UNITY_EDITOR
|
|
namespace O3DWB
|
|
{
|
|
public interface IObjectEraseOperation
|
|
{
|
|
#region Interface Methods
|
|
void Perform();
|
|
#endregion
|
|
}
|
|
}
|
|
#endif |