mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-06-06 03:53:27 +00:00
11 lines
279 B
C++
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)
|
|
{
|
|
}
|
|
}
|