Files
realworld/inc/widget.hotspot_debug.go
T
2026-08-30 22:27:51 +02:00

12 lines
166 B
Go

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