2023-01-03 13:34:32 +01:00
|
|
|
package ui
|
2022-11-23 20:33:07 +01:00
|
|
|
|
2023-01-02 20:02:50 +01:00
|
|
|
import (
|
|
|
|
"fyne.io/fyne/v2/widget"
|
2023-05-12 09:10:24 +02:00
|
|
|
"gitea.mmo.to/ppForge/ppforge/protocol"
|
2023-01-02 20:02:50 +01:00
|
|
|
)
|
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
|
|
|
|
}
|