2022-11-25 11:36:29 +01:00
|
|
|
package ppf
|
2022-11-23 20:33:07 +01:00
|
|
|
|
2023-01-02 20:02:50 +01:00
|
|
|
import (
|
|
|
|
"fyne.io/fyne/v2/widget"
|
|
|
|
"gitea.mmo.to/ProtocolPacketForger/ppf/protocol"
|
|
|
|
)
|
2022-11-23 20:33:07 +01:00
|
|
|
|
2023-01-02 20:02:50 +01:00
|
|
|
func CreateView(field protocol.Field) *widget.BaseWidget {
|
2022-11-23 20:33:07 +01:00
|
|
|
|
|
|
|
return nil
|
|
|
|
}
|