ppforge/fieldview.go

12 lines
175 B
Go
Raw Normal View History

2022-11-25 11:36:29 +01:00
package ppf
2022-11-23 20:33:07 +01:00
import (
"fyne.io/fyne/v2/widget"
"gitea.mmo.to/ProtocolPacketForger/ppf/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
}