entity layer

This commit is contained in:
2023-07-04 22:58:23 +02:00
parent 93b2725c8a
commit e9c35f01ab
19 changed files with 364 additions and 353 deletions

View File

@@ -0,0 +1,11 @@
package entity
type KContextScreen struct {
Type string
Value string
}
type KContext struct {
Screen KContextScreen
CurrentLevel int
}