Cleanup how inventory::Model is used in status, dnd_loot, and loot_ui to recover from get_the #55
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Previously I had a get_the for the inventory::Model and changed to attaching it to the player, which now should let me clean up some of the stuff in DNDLoot. I think it might not need to have a reference to the other UIs? Or, at least be able to pass which inventory to work on.