11 lines
197 B
Go
11 lines
197 B
Go
package inc
|
|
|
|
func init() {
|
|
ScreenManager.Register(Screen{
|
|
Name: ScreenPoliceStation,
|
|
Title: "SFPD — STATION AND HOLDING",
|
|
Background: BgPoliceStation,
|
|
OnSelector: true,
|
|
})
|
|
}
|