Move internal/ordoor/flow to internal/flow

This commit is contained in:
2020-04-10 22:49:57 +01:00
parent f3fea83173
commit 0025daf8dd
6 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
package flow
func (f *Flow) linkLoadGame() {
// Load game
f.onClick(loadGame, "3.3", f.setDriver(main)) // Cancel button
}