2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-05-17 01:11:20 +00:00
metaforce/Runtime/World/CScriptDockAreaChange.hpp
2018-12-07 19:30:43 -10:00

16 lines
371 B
C++

#pragma once
#include "CEntity.hpp"
namespace urde {
class CScriptDockAreaChange : public CEntity {
s32 x34_dockReference;
public:
CScriptDockAreaChange(TUniqueId, std::string_view, const CEntityInfo&, s32, bool);
void Accept(IVisitor& visitor);
void AcceptScriptMsg(EScriptObjectMessage msg, TUniqueId objId, CStateManager& stateMgr);
};
} // namespace urde