@CustomEditor (builder_Plane)
class Plane_Ed extends Editor 
{
    function OnInspectorGUI() 
	{
		DrawDefaultInspector();		
    }
}