Setup player preview for equipment panel

This commit is contained in:
2026-05-31 15:33:43 +03:00
parent 4218b36ac9
commit 56cc2fce98
42 changed files with 823 additions and 318 deletions
-7
View File
@@ -8,8 +8,6 @@
class ANPC;
DECLARE_MULTICAST_DELEGATE_OneParam(FOnNPCDestroyed, ANPC* NPC);
UCLASS()
class NAKEDDESIRE_API ANPC : public ACharacter
{
@@ -17,9 +15,4 @@ class NAKEDDESIRE_API ANPC : public ACharacter
public:
ANPC();
FOnNPCDestroyed OnDestroyed;
protected:
virtual void Destroyed() override;
};