12 lines
166 B
Go
12 lines
166 B
Go
package inc
|
|
|
|
import (
|
|
inkwell "git.teletypegames.org/engines/inkwell"
|
|
)
|
|
|
|
func init() {
|
|
WidgetManager.Register(&inkwell.HotspotDebug{
|
|
Name: "hotspot_debug",
|
|
})
|
|
}
|