I have some systems on the client that need to operate on a GhostEntity that spawns from the server, but I need them to wait until the GhostInstance is initialized properly.
Right now I am doing this with a loop that just checks if ghostId is not 0.
Is there a more acceptable or expected way to have a system wait until a GhostInstance is properly initialized before performing operations on it?