It's as the title implies, once the `ItemRegistry` is done, the `Profile` class will have public properties that just maps out items based on the item registry.
|
* @todo public properties that automatically map out the private `X`ID objects/lists to their appropriate object forms. |
|
* @body It's as the title implies, once the `ItemRegistry` is done, the `Profile` class will have public properties that just maps out items based on the item registry. |
|
* Filtering a user's inventory based on item type is simple with LINQ, so this eliminates having to store the user's inventory of tokens and badges seperately. |
|
* That being said, this introduces a new problem... |
|
*/ |
|
|
This issue was generated by todo based on a todo comment in 8ed61ae. It's been assigned to @Godson777 because they committed the code.
It's as the title implies, once the `ItemRegistry` is done, the `Profile` class will have public properties that just maps out items based on the item registry.
KekBotSharp/KekBot/Profiles/Profile.cs
Lines 39 to 44 in 8ed61ae
This issue was generated by todo based on a
todocomment in 8ed61ae. It's been assigned to @Godson777 because they committed the code.