import "kaijuengine.com/editor/editor_overlay/sponsors"
Types
struct
type Sponsor struct {
Name string
GitHub string
Website string
Support int
}
struct
type Sponsors struct {
// Has unexported fields.
}
Show
func Show(host *engine.Host, onClose func()) (*Sponsors, error)
func (o *Sponsors) Close()