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