using Editor;
using ExtendedBox.General;
using Sandbox;
namespace ExtendedBox;
[CustomEditor(typeof(BBoxInt))]
[CustomEditor(typeof(BBox2Int))]
public class BBoxIntControlWidget : BBoxControlWidget
{
public BBoxIntControlWidget(SerializedProperty property) : base(property)
{
}
}