﻿using CVR.CCK;
using UnityEngine;

namespace ABI.CCK.Components
{
    [AddComponentMenu("")]
    [HelpURL(WebLinks.CCKDocsComponentsUrl + "cvr-timeline-sync")]
    [CVRComponent(ComponentStatus.None)]
    public class CVRTimelineSync : MonoBehaviour
    {
        
    }
}
