jl-ecs/common_component.go

10 lines
143 B
Go
Raw Normal View History

2023-08-04 11:02:08 +08:00
package ecs
type Id string
var IdComp = NewComponentType[Id]()
// func IdComp() *ComponentType[Id] {
// return NewComponentType[Id]()
// }