-
Notifications
You must be signed in to change notification settings - Fork 17
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
[Issue #112]Implementing missing level feature: Inventory #114
base: main
Are you sure you want to change the base?
Conversation
From what i can tell this doesnt actually implement the Inventory? All this does is expose the key value to get an inventory. A consumer would still have to query the underlying DB (possible via an unsafe call on level) to get the data that they then need to parse manually anyway. |
This isnt valid code i dont think? Why is the RustDBInterface storing the UserState and cloning it? There is no reason for the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please address the issues given
Also please mark this PR as a draft and not ready to merge |
Implementing missing level features.
Fixes #112