Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The Client API does not handle inheritance nicely. #44

Open
dylwhich opened this issue Jan 21, 2015 · 0 comments
Open

The Client API does not handle inheritance nicely. #44

dylwhich opened this issue Jan 21, 2015 · 0 comments

Comments

@dylwhich
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant