2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-05-14 05:11:21 +00:00
metaforce/Runtime/World/CScriptActorRotate.cpp

11 lines
307 B
C++

#include "CScriptActorRotate.hpp"
namespace urde
{
CScriptActorRotate::CScriptActorRotate(TUniqueId uid, const std::string& name, const CEntityInfo& info,
const zeus::CVector3f& rotation, float scale, bool, bool, bool active)
: CEntity(uid, info, active, name)
{
}
}