Files
gorpg/domain/level.one.go
T
2023-06-28 17:21:36 +02:00

6 lines
76 B
Go
Executable File

package domain
func LevelOne() []LevelSection {
return []LevelSection{}
}