ppforge/internal/ui/fieldview.go

12 lines
165 B
Go
Raw Normal View History

package ui
2022-11-23 20:33:07 +01:00
import (
"fyne.io/fyne/v2/widget"
2023-05-12 09:10:24 +02:00
"gitea.mmo.to/ppForge/ppforge/protocol"
)
2022-11-23 20:33:07 +01:00
func CreateView(field protocol.Field) *widget.BaseWidget {
2022-11-23 20:33:07 +01:00
return nil
}