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