2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-05-13 20:31:21 +00:00
metaforce/Runtime/World/CScriptTimer.cpp
2016-04-20 11:44:18 -10:00

13 lines
247 B
C++

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