package component import "joylink.club/ecs" var ( TrackCircuitType = ecs.NewComponentType[TrackCircuit]() ) type TrackCircuit struct { GJ *ecs.Entry }