RobustToolbox
RobustToolbox copied to clipboard
CreateEntityUninitialized should return Entity<T>
Internally it saves us 1 metadata resolve per entity spawn which is big, but also callers can use the transform so can save it in other areas as well.
It already does have an overload giving you the metadata comp
or do you mean to return the transform comp as well?