You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the client has no real way of knowing that, for example, a Ship is also an Entity. The API should let the client know the base[s] of each registered class so that the client may dispatch updates accordingly. Updates should also be sent under an object's actual class rather than the base, but still respecting the requested update rate for its base class.
The text was updated successfully, but these errors were encountered:
Currently, the client has no real way of knowing that, for example, a Ship is also an Entity. The API should let the client know the base[s] of each registered class so that the client may dispatch updates accordingly. Updates should also be sent under an object's actual class rather than the base, but still respecting the requested update rate for its base class.
The text was updated successfully, but these errors were encountered: