Files

5 lines
117 B
GDScript3
Raw Permalink Normal View History

## Contains all the notes and events that make up a chart.
class_name Chart extends Resource
var notes: Array[Note]