Files
realworld/inc/tape.mystery.go
T
2026-08-30 23:01:48 +02:00

10 lines
143 B
Go

package inc
func init() {
TapeManager.Register(Tape{
Name: TapeMystery,
Item: ItemMysteryTape,
Dialogue: DlgMysteryTape,
})
}