Completed phase 1

This commit is contained in:
koritsa
2026-05-25 14:14:52 +03:00
committed by koritsa
parent b8b5ea25a8
commit 9b3d7b881f
22 changed files with 255 additions and 55 deletions
@@ -30,6 +30,5 @@ class NAKEDDESIRE_API AInteractableBase : public AActor, public IInteractionTarg
public:
AInteractableBase();
protected:
virtual void Tick(float DeltaSeconds) override;
};