Files

8 lines
214 B
C++
Raw Permalink Normal View History

2019-12-22 15:04:07 -05:00
#include "Runtime/World/CEnergyDrainSource.hpp"
2021-04-10 01:42:06 -07:00
namespace metaforce {
2018-12-07 19:30:43 -10:00
CEnergyDrainSource::CEnergyDrainSource(TUniqueId src, float intensity) : x0_source(src), x4_intensity(intensity) {}
2021-04-10 01:42:06 -07:00
} // namespace metaforce