package component import "joylink.club/ecs" var ( AxleCountingSectionStateType = ecs.NewComponentType[AxleCountingSectionState]() ) type AxleCountingSectionState struct { Occupied bool }