mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 09:47:43 +00:00
Add some script loaders
This commit is contained in:
12
Runtime/World/CScriptCounter.cpp
Normal file
12
Runtime/World/CScriptCounter.cpp
Normal file
@@ -0,0 +1,12 @@
|
||||
#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)
|
||||
{
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user