metaforce/Runtime/World/CScriptCounter.cpp

13 lines
247 B
C++
Raw Normal View History

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