Skip to content

Commit

Permalink
Few changes for code management
Browse files Browse the repository at this point in the history
  • Loading branch information
SrujanLokhande committed Oct 4, 2024
1 parent 41623a5 commit fe7b73a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 13 deletions.
13 changes: 3 additions & 10 deletions .idea/.idea.InventorySystem/.idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions Source/InventorySystem/InventorySystemCharacter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,12 @@
#include "Actors/Pickup.h"
#include "Actors/Sword.h"
#include "Actors/Tablet.h"
#include "Blueprint/UserWidget.h"
#include "Components/InventoryComponent.h"
#include "Components/SceneCaptureComponent2D.h"
#include "Components/WidgetInteractionComponent.h"
#include "Engine/TextureRenderTarget2D.h"
#include "UserInterface/InventorySystemHUD.h"
#include "UserInterface/Inventory/DragItemVisual.h"
#include "UserInterface/Inventory/InventoryTooltip.h"

DEFINE_LOG_CATEGORY(LogTemplateCharacter);

AInventorySystemCharacter::AInventorySystemCharacter()
Expand Down

0 comments on commit fe7b73a

Please sign in to comment.