12 lines
140 B
Go
12 lines
140 B
Go
package tape
|
|
|
|
import (
|
|
"git.teletypegames.org/games/realworld/inc"
|
|
)
|
|
|
|
func init() {
|
|
Manager.Register(Tape{
|
|
Name: inc.TapeSupport,
|
|
})
|
|
}
|