2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-05-13 20:31:21 +00:00
metaforce/Runtime/World/CScriptSpawnPoint.cpp
2016-04-26 14:21:08 -10:00

14 lines
359 B
C++

#include "CScriptSpawnPoint.hpp"
namespace urde
{
CScriptSpawnPoint::CScriptSpawnPoint(TUniqueId uid, const std::string& name, const CEntityInfo& info,
const zeus::CTransform& xf, const std::vector<u32>& itemCounts,
bool, bool active, bool)
: CEntity(uid, info, active, name)
{
}
}