konstructor file prefixes refactor
This commit is contained in:
20
konstructor/screen.playground.go
Normal file
20
konstructor/screen.playground.go
Normal file
@@ -0,0 +1,20 @@
|
||||
package konstructor
|
||||
|
||||
type Position struct {
|
||||
X int
|
||||
Y int
|
||||
Z int
|
||||
}
|
||||
|
||||
type Playground struct {
|
||||
Render Render
|
||||
Objects []Object
|
||||
NPCs []NPC
|
||||
Items []Item
|
||||
}
|
||||
|
||||
type Level struct {
|
||||
ID string
|
||||
Name string
|
||||
Playgrounds []Playground
|
||||
}
|
||||
Reference in New Issue
Block a user