add missing change

This commit is contained in:
UbitUmarov
2021-07-16 01:53:42 +01:00
parent fbc10387c8
commit 39a649e768

View File

@@ -5222,6 +5222,11 @@ Label_GroupsDone:
return m_sceneGraph.GetRootAgentCount();
}
public int GetRootNPCCount()
{
return m_sceneGraph.GetRootAgentCount();
}
public int GetChildAgentCount()
{
return m_sceneGraph.GetChildAgentCount();