mirror of
https://github.com/zeldaret/botw
synced 2026-07-11 22:40:14 -04:00
9 lines
225 B
C++
9 lines
225 B
C++
#include "Game/AI/Action/actionCameraEventPermitGfxNear.h"
|
|
|
|
namespace uking::action {
|
|
|
|
CameraEventPermitGfxNear::CameraEventPermitGfxNear(const InitArg& arg)
|
|
: ksys::act::ai::Action(arg) {}
|
|
|
|
} // namespace uking::action
|