mirror of https://github.com/AxioDL/metaforce.git
13 lines
241 B
C++
13 lines
241 B
C++
|
#include "CScriptCounter.hpp"
|
||
|
|
||
|
namespace urde
|
||
|
{
|
||
|
|
||
|
CScriptCounter::CScriptCounter(TUniqueId uid, const std::string& name, const CEntityInfo& info,
|
||
|
u32, u32, bool, bool active)
|
||
|
: CEntity(uid, info, active)
|
||
|
{
|
||
|
}
|
||
|
|
||
|
}
|