﻿using UnityEngine;

namespace AGXUnity
{
  [AddComponentMenu( "AGXUnity/Assembly" )]
  [DisallowMultipleComponent]
  [HelpURL( "https://us.download.algoryx.se/AGXUnity/documentation/current/editor_interface.html#additional-import-components" )]
  public class Assembly : ScriptComponent
  {
  }
}
