using UnityEditor.ShortcutManagement;
using UnityEngine;
namespace UnityEditor.Timeline.Actions
{
    /// 
    /// Use this attribute to make an action work with the shortcut system.
    /// 
    /// 
    /// TimelineShortcutAttribute needs to be added to a static method.
    ///