This commit is contained in:
6
inc/decision/decision.play_ddr.lua
Normal file
6
inc/decision/decision.play_ddr.lua
Normal file
@@ -0,0 +1,6 @@
|
||||
DecisionManager.register({
|
||||
id = "play_ddr",
|
||||
label = "Play DDR (Random)",
|
||||
handle = function() MinigameDDRWindow.start(WINDOW_GAME, nil) end,
|
||||
condition = function() return true end
|
||||
})
|
||||
Reference in New Issue
Block a user