Files
BusyRabbit/Source/BusyRabbit/Public/BusyCameraComponent.h
2025-07-09 01:08:35 +08:00

22 lines
413 B
C++

// Fill out your copyright notice in the Description page of Project Settings.
#pragma once
#include "CoreMinimal.h"
#include "LuaOverriderInterface.h"
#include "Camera/CameraComponent.h"
#include "BusyCameraComponent.generated.h"
/**
*
*/
UCLASS()
class BUSYRABBIT_API UBusyCameraComponent : public UCameraComponent, public ILuaOverriderInterface
{
GENERATED_BODY()
public:
UBusyCameraComponent();
};