5 lines
96 B
GDScript3
5 lines
96 B
GDScript3
|
@tool
|
||
|
class_name VibeGroupCollection
|
||
|
extends Resource
|
||
|
|
||
|
@export var groups: Array[VibeGroup] = []
|