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.
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.