Files
botw/src/Game/AI/Action/actionThrowRight.cpp
T

8 lines
163 B
C++

#include "Game/AI/Action/actionThrowRight.h"
namespace uking::action {
ThrowRight::ThrowRight(const InitArg& arg) : Throw(arg) {}
} // namespace uking::action