#include "Game/AI/Action/actionBattleCloseMeanderGuardRun.h" namespace uking::action { BattleCloseMeanderGuardRun::BattleCloseMeanderGuardRun(const InitArg& arg) : BattleCloseMeanderRun(arg) {} BattleCloseMeanderGuardRun::~BattleCloseMeanderGuardRun() = default; } // namespace uking::action