2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-05-14 11:11:21 +00:00
metaforce/Runtime/World/CDamageInfo.cpp

13 lines
175 B
C++

#include "CDamageInfo.hpp"
#include "CDamageVulnerability.hpp"
namespace urde
{
float CDamageInfo::GetRadiusDamage(const CDamageVulnerability& dVuln)
{
return 0.f;
}
}