diff --git a/shared/sdk/USceneComponent.hpp b/shared/sdk/USceneComponent.hpp index 13b5f73e..ed3784aa 100644 --- a/shared/sdk/USceneComponent.hpp +++ b/shared/sdk/USceneComponent.hpp @@ -24,4 +24,8 @@ class USceneComponent : public UActorComponent { bool attach_to(USceneComponent* parent, const std::wstring& socket_name = L"None", uint8_t attach_type = 0, bool weld = true); void set_hidden_in_game(bool hidden, bool propagate_to_children = true); }; + +class UPrimitiveComponent : public USceneComponent { + // todo, move to other file, etc blah blah whocares +}; } \ No newline at end of file