This commit is contained in:
sharpoff
2026-01-14 13:01:37 +09:00
commit 49d7e22132
660 changed files with 41243 additions and 0 deletions

View File

@@ -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 = {}