mirror of
https://github.com/zeldaret/botw
synced 2026-07-12 06:48:15 -04:00
8 lines
173 B
C++
8 lines
173 B
C++
#include "Game/AI/Action/actionCameraAbyss.h"
|
|
|
|
namespace uking::action {
|
|
|
|
CameraAbyss::CameraAbyss(const InitArg& arg) : CameraAction(arg) {}
|
|
|
|
} // namespace uking::action
|