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