10 lines
143 B
Go
10 lines
143 B
Go
package ecs
|
|
|
|
type Id string
|
|
|
|
var IdComp = NewComponentType[Id]()
|
|
|
|
// func IdComp() *ComponentType[Id] {
|
|
// return NewComponentType[Id]()
|
|
// }
|