Files
realworld/inc/screen.police_station.go
T
2026-08-29 23:27:15 +02:00

11 lines
202 B
Go

package inc
func screenPoliceStation() screen {
return screen{
name: ScreenPoliceStation,
title: "SFPD — STATION AND HOLDING",
background: BgPoliceStation,
onSelector: true,
}
}