@ -0,0 +1,15 @@
package main
type Room struct {
reward bool
doors string
enemies bool
}
var (
introRoom = Room{
reward: true,
doors: "1",
enemies: false,
)
The note is not visible to the blocked user.