Files
Project-Reboot-3.0/Project Reboot 3.0/ActorComponent.h
2023-03-04 15:06:07 -05:00

9 lines
106 B
C++

#pragma once
#include "Actor.h"
class UActorComponent : public UObject
{
public:
AActor* GetOwner();
};