Refactor native core objects to simplify usage for newcomers
This commit is contained in:
@@ -112,7 +112,7 @@ UserBase::UserBase(const String& name)
|
||||
}
|
||||
|
||||
UserBase::UserBase(const SpawnParams& params, const String& name)
|
||||
: PersistentScriptingObject(params)
|
||||
: ScriptingObject(params)
|
||||
, _name(name)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user