ppforge/packageeditor.go

8 lines
101 B
Go

package npc
import "fyne.io/fyne/v2"
type PackageEditor struct {
Representation *fyne.Container
}