I’m a bit confused on how shared fragments are suppose to be handled
here’s two seperate scenarios
1- I added a const shared fragment, and everything is fine, but I have no clue how to access that data from mass entity manager, I have access to entity manager entity handle
2- if I add a shared fragment, the state tree looks up for a ConstSharedFragment dependancy for some reason, but my fragment is a SharedFragment to start begin with!!!
is there a proper way to do this that I am not aware of, or do i have to implement that logic in mass?