mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 18:24:55 +00:00
Initial round of particle runtime implementations
This commit is contained in:
@@ -85,7 +85,7 @@ class CArchitectureMessage
|
||||
{
|
||||
EArchMsgTarget x0_target;
|
||||
EArchMsgType x4_type;
|
||||
rstl::rc_ptr<IArchMsgParm> x8_parm;
|
||||
std::shared_ptr<IArchMsgParm> x8_parm;
|
||||
public:
|
||||
CArchitectureMessage(EArchMsgTarget target, EArchMsgType type, IArchMsgParm* parm)
|
||||
: x0_target(target), x4_type(type), x8_parm(parm) {}
|
||||
|
||||
Reference in New Issue
Block a user