rename object to platform, refact of file names
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
package konstructor
|
||||
|
||||
type PlatformTypeMapKey string
|
||||
|
||||
type PlatformTypeMap map[PlatformTypeMapKey]PlatformType
|
||||
|
||||
type PlatformType struct {
|
||||
ID string
|
||||
Render Render
|
||||
}
|
||||
|
||||
type Platform struct {
|
||||
ID string
|
||||
Type PlatformType
|
||||
Position Position
|
||||
}
|
||||
Reference in New Issue
Block a user