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

11 lines
188 B
Go

package inc
func init() {
ScreenManager.Register(Screen{
Name: ScreenHospital,
Title: "HOSPITAL — PSYCHIATRIC WING",
Background: BgHospital,
OnSelector: true,
})
}