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