module Base
{
    template vehicle ATALightBars
    {
        part ATALightBar
        {
            category = nodisplay,
            lua
            {
                init = ATATuning.Init.Default,
            }
        }
    }
}