Move internal/ordoor/flow to internal/flow
This commit is contained in:
6
internal/flow/load_game.go
Normal file
6
internal/flow/load_game.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package flow
|
||||
|
||||
func (f *Flow) linkLoadGame() {
|
||||
// Load game
|
||||
f.onClick(loadGame, "3.3", f.setDriver(main)) // Cancel button
|
||||
}
|
Reference in New Issue
Block a user