Files
BeatSaber/Assets/VRBeatsKit/Scripts/TimeLine/VR_BeatMarker.cs
T

15 lines
259 B
C#
Raw 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(); } }
}
}