ScreenType enum
This commit is contained in:
10
konstructor/entity/entity.screen.go
Normal file
10
konstructor/entity/entity.screen.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package entity
|
||||
|
||||
type ScreenType string
|
||||
|
||||
const (
|
||||
MenuScreenType ScreenType = "menu"
|
||||
DialogScreenType ScreenType = "dialog"
|
||||
PlaygroundScreenType ScreenType = "playground"
|
||||
InventoryScreenType ScreenType = "inventory"
|
||||
)
|
||||
Reference in New Issue
Block a user