Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewDialogScreen ¶
func NewDialogScreen( herderLegacy herderlegacy.HerderLegacy, person string, text string, antworten ...Antwort, ) herderlegacy.Screen
Types ¶
type Antwort ¶
type Antwort struct { Text string Screen func() herderlegacy.Screen }
func NewAntwort ¶
func NewAntwort(text string, screen func() herderlegacy.Screen) Antwort
Click to show internal directories.
Click to hide internal directories.