mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 05:07:43 +00:00
string_view refactor
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
namespace urde
|
||||
{
|
||||
|
||||
CScriptTimer::CScriptTimer(TUniqueId uid, const std::string& name, const CEntityInfo& info, float startTime,
|
||||
CScriptTimer::CScriptTimer(TUniqueId uid, std::string_view name, const CEntityInfo& info, float startTime,
|
||||
float maxRandDelay, bool loop, bool autoStart, bool active)
|
||||
: CEntity(uid, info, active, name)
|
||||
, x34_time(startTime)
|
||||
|
||||
Reference in New Issue
Block a user