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

12 lines
148 B
Go

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