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