2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-06-06 05:13:28 +00:00
metaforce/Runtime/World/CScriptWorldTeleporter.cpp

11 lines
279 B
C++

#include "CScriptWorldTeleporter.hpp"
namespace urde
{
CScriptWorldTeleporter::CScriptWorldTeleporter(TUniqueId uid, const std::string& name, const CEntityInfo& info,
bool active, u32, u32)
: CEntity(uid, info, active, name)
{
}
}