engine layer

This commit is contained in:
2023-07-04 23:32:17 +02:00
parent 386bee5cd4
commit 374f7a9acc
10 changed files with 23 additions and 23 deletions

View File

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