new repo who this

This commit is contained in:
2026-06-17 15:28:56 -07:00
commit 63a2a11871
561 changed files with 38648 additions and 0 deletions
@@ -0,0 +1,12 @@
class_name XRToolsRumbleManagerQueue
extends Resource
# All currently-active events (Dictionary<Variant, XRToolsRumbleEvent>)
var events: Dictionary
# All currently-active events' time remaining (Dictionary<Variant, int>)
var time_remaining: Dictionary
func _init():
events = {}
time_remaining = {}