diff --git a/Assets/Scripts/Data/Chart/Chart.cs b/Assets/Scripts/Data/Chart/Chart.cs index a42b2d2..f1867cf 100644 --- a/Assets/Scripts/Data/Chart/Chart.cs +++ b/Assets/Scripts/Data/Chart/Chart.cs @@ -14,7 +14,8 @@ namespace WacK.Data.Chart public class Chart { public static bool doneLoading { get; private set; } = false; - // [ms] = List (list for chord marking creation) + // Key of dictionaries are in milliseconds + // List is for chords public SortedList> playNotes { get; private set; } public SortedList> timeSigChgs { get; private set; } public SortedList> tempoChgs { get; private set; }