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