mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 21:47:42 +00:00
More script loaders
This commit is contained in:
12
Runtime/World/CScriptGenerator.cpp
Normal file
12
Runtime/World/CScriptGenerator.cpp
Normal file
@@ -0,0 +1,12 @@
|
||||
#include "CScriptGenerator.hpp"
|
||||
|
||||
namespace urde
|
||||
{
|
||||
|
||||
CScriptGenerator::CScriptGenerator(TUniqueId uid, const std::string& name, const CEntityInfo& info,
|
||||
u32, bool, const zeus::CVector3f&, bool, bool active, float, float)
|
||||
: CEntity(uid, info, active, name)
|
||||
{
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user