metaforce/Runtime/World/CScriptTimer.cpp

13 lines
247 B
C++
Raw Normal View History

2016-04-19 21:25:26 +00:00
#include "CScriptTimer.hpp"
namespace urde
{
CScriptTimer::CScriptTimer(TUniqueId uid, const std::string& name, const CEntityInfo& info,
float, float, bool, bool, bool active)
2016-04-20 21:44:18 +00:00
: CEntity(uid, info, active, name)
2016-04-19 21:25:26 +00:00
{
}
}