mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-05-13 20:31:21 +00:00
13 lines
247 B
C++
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)
|
|
{
|
|
}
|
|
|
|
}
|