konstructor file prefixes refactor
This commit is contained in:
16
konstructor/playground.item.go
Normal file
16
konstructor/playground.item.go
Normal file
@@ -0,0 +1,16 @@
|
||||
package konstructor
|
||||
|
||||
type ItemTypeMapKey string
|
||||
|
||||
type ItemTypeMap map[ItemTypeMapKey]ItemType
|
||||
|
||||
type ItemType struct {
|
||||
ID string
|
||||
Render Render
|
||||
}
|
||||
|
||||
type Item struct {
|
||||
ID string
|
||||
Type ItemType
|
||||
Position Position
|
||||
}
|
||||
Reference in New Issue
Block a user