mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-05-14 09:51:20 +00:00
13 lines
175 B
C++
13 lines
175 B
C++
#include "CDamageInfo.hpp"
|
|
#include "CDamageVulnerability.hpp"
|
|
|
|
namespace urde
|
|
{
|
|
|
|
float CDamageInfo::GetRadiusDamage(const CDamageVulnerability& dVuln)
|
|
{
|
|
return 0.f;
|
|
}
|
|
|
|
}
|