Files

15 lines
259 B
C#
Raw Permalink Normal View History

using UnityEngine;
using UnityEngine.Playables;
using UnityEngine.Timeline;
namespace VRBeats
{
[HideInMenu]
public class VR_BeatMarker : Marker , INotification
{
public PropertyName id { get { return new PropertyName(); } }
}
}