mirror of
https://github.com/zeldaret/botw
synced 2026-07-08 05:40:38 -04:00
10 lines
280 B
C++
10 lines
280 B
C++
#include "Game/AI/Action/actionCameraEventAnimFlowBase.h"
|
|
|
|
namespace uking::action {
|
|
|
|
CameraEventAnimFlowBase::CameraEventAnimFlowBase(const InitArg& arg) : CameraEventAnimBase(arg) {}
|
|
|
|
CameraEventAnimFlowBase::~CameraEventAnimFlowBase() = default;
|
|
|
|
} // namespace uking::action
|