Files
godot-4-key-rhythm-game/resource_type/chart.gd

5 lines
117 B
GDScript

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