class_name XRToolsRumbleManagerQueue extends Resource # All currently-active events (Dictionary) var events: Dictionary # All currently-active events' time remaining (Dictionary) var time_remaining: Dictionary func _init(): events = {} time_remaining = {}