metaforce/Runtime/World/CEnergyDrainSource.cpp

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

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