entity layer
This commit is contained in:
11
konstructor/entity/entity.settings.go
Normal file
11
konstructor/entity/entity.settings.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package entity
|
||||
|
||||
type ScreenSettings struct {
|
||||
Width int
|
||||
Height int
|
||||
}
|
||||
|
||||
type Settings struct {
|
||||
Name string
|
||||
Screen *ScreenSettings
|
||||
}
|
||||
Reference in New Issue
Block a user