init
This commit is contained in:
12
addons/godot-xr-tools/rumble/rumble_manager_queue.gd
Normal file
12
addons/godot-xr-tools/rumble/rumble_manager_queue.gd
Normal 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 = {}
|
||||
Reference in New Issue
Block a user