Skip to content

package sponsors

import "kaijuengine.com/editor/editor_overlay/sponsors"

Types

struct

type Sponsor struct {
    Name    string
    GitHub  string
    Website string
    Support int
}

Sponsors

struct

type Sponsors struct {
    // Has unexported fields.
}

Show

func Show(host *engine.Host, onClose func()) (*Sponsors, error)

Sponsors.Close

func (o *Sponsors) Close()