2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-20 12:59:12 +00:00
Files
metaforce/Runtime/World/CDamageInfo.cpp
2016-05-20 02:17:51 -07:00

13 lines
175 B
C++

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