8 lines
101 B
Go
8 lines
101 B
Go
|
package npc
|
||
|
|
||
|
import "fyne.io/fyne/v2"
|
||
|
|
||
|
type PackageEditor struct {
|
||
|
Representation *fyne.Container
|
||
|
}
|