mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 09:47:43 +00:00
Add CPOINode family of classes
This commit is contained in:
9
Runtime/Character/CParticlePOINode.cpp
Normal file
9
Runtime/Character/CParticlePOINode.cpp
Normal file
@@ -0,0 +1,9 @@
|
||||
#include "CParticlePOINode.hpp"
|
||||
|
||||
namespace urde
|
||||
{
|
||||
|
||||
CParticlePOINode::CParticlePOINode(CInputStream& in)
|
||||
: CPOINode(in), x38_data(in) {}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user