jl-ecs/common_component.go
2023-08-04 11:02:08 +08:00

10 lines
143 B
Go

package ecs
type Id string
var IdComp = NewComponentType[Id]()
// func IdComp() *ComponentType[Id] {
// return NewComponentType[Id]()
// }