13 lines
160 B
Go
13 lines
160 B
Go
package tape
|
|
|
|
import (
|
|
"git.teletypegames.org/games/realworld/inc"
|
|
)
|
|
|
|
func init() {
|
|
Manager.Register(Tape{
|
|
Name: inc.Dex,
|
|
Dialogue: inc.DlgDex,
|
|
})
|
|
}
|