i have 2 custom components in 2 separate files. each component is added to a separate entity in a scene.
how can i access the βdata:
β property of one component from another component?
somehow when i call
CustomComponent.get(world, customComponentEid)
I get {}
, but I expect to get the actual component
How can I fix it?