Files
gorpg/konstructor/entity/konstructor.kcontext.go
2023-07-04 22:58:23 +02:00

12 lines
148 B
Go

package entity
type KContextScreen struct {
Type string
Value string
}
type KContext struct {
Screen KContextScreen
CurrentLevel int
}