2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-05-14 04:31:22 +00:00
metaforce/Runtime/Weapon/CGSFidget.cpp

10 lines
125 B
C++

#include "CGSFidget.hpp"
namespace urde
{
bool CGSFidget::Update(CAnimData&, float, CStateManager&)
{
return false;
}
}