mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 17:07:41 +00:00
More loader imps
This commit is contained in:
12
Runtime/World/CDamageInfo.cpp
Normal file
12
Runtime/World/CDamageInfo.cpp
Normal file
@@ -0,0 +1,12 @@
|
||||
#include "CDamageInfo.hpp"
|
||||
#include "CDamageVulnerability.hpp"
|
||||
|
||||
namespace urde
|
||||
{
|
||||
|
||||
float CDamageInfo::GetRadiusDamage(const CDamageVulnerability& dVuln)
|
||||
{
|
||||
return 0.f;
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user