mirror of
https://github.com/zeldaret/botw
synced 2026-07-10 06:16:55 -04:00
11 lines
306 B
C++
11 lines
306 B
C++
#include "Game/AI/Action/actionCameraEventPolarCoordPlayer.h"
|
|
|
|
namespace uking::action {
|
|
|
|
CameraEventPolarCoordPlayer::CameraEventPolarCoordPlayer(const InitArg& arg)
|
|
: CameraEventPolarCoord(arg) {}
|
|
|
|
CameraEventPolarCoordPlayer::~CameraEventPolarCoordPlayer() = default;
|
|
|
|
} // namespace uking::action
|