mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 22:27:43 +00:00
PASDatabase imps
Add SpecialFunction loader
This commit is contained in:
10
Runtime/World/CScriptActorRotate.cpp
Normal file
10
Runtime/World/CScriptActorRotate.cpp
Normal file
@@ -0,0 +1,10 @@
|
||||
#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)
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user