Files
gorpg/konstructor/kcontext.go
2023-07-04 19:36:40 +02:00

11 lines
129 B
Go

package konstructor
type KContextScreen struct {
Type string
Value string
}
type KContext struct {
Screen KContextScreen
}