Files
realworld/inc/screen.curator_shop.go
T
2026-08-29 23:59:56 +02:00

11 lines
206 B
Go

package inc
func init() {
ScreenManager.Register(Screen{
Name: ScreenCuratorShop,
Title: "CURATOR SERVICE — THE MASTER'S WORKSHOP",
Background: BgCuratorShop,
OnSelector: true,
})
}