more refact
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package inc
|
||||
|
||||
func init() {
|
||||
TapeManager.Register(Tape{
|
||||
Name: TapeMystery,
|
||||
Item: ItemMysteryTape,
|
||||
Dialogue: DlgMysteryTape,
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user