jChicote / Dungeon_Breakout

An fps roguelike monster game, where you are trapped inside the walls of the dungeon where many creatures remain.
MIT License
0 stars 0 forks source link

Create a DTO equivalent between the weapon manager and the Player HUD #108

Open jChicote opened 1 year ago

jChicote commented 1 year ago

Description

As a developer, I want the player HUD to be modified to only display the weapon information based on a separate object that encapsulates the weapon information sent to the HUD widget. This is so that the widget is less coupled with the Base Weapon class and rely on delivered encapsulation of the weapon information.

Acceptance Criteria