Files
realworld/inc/tape/tape.mystery.go
T
mr.zero c5c0c02c03
ci/woodpecker/push/ebitengine Pipeline was successful
dirs
2026-08-30 23:21:06 +02:00

14 lines
209 B
Go

package tape
import (
"git.teletypegames.org/games/realworld/inc"
)
func init() {
Manager.Register(Tape{
Name: inc.TapeMystery,
Item: inc.ItemMysteryTape,
Dialogue: inc.DlgMysteryTape,
})
}