Пример #1
0
        private bool IsInGodAgents(UGUI agent)
        {
            RwLockedList <UGUI> activeList = m_GodAgentsSetToLocal ? m_GodAgentsLocal : m_GodAgentsGlobal;

            return(activeList.Find((e) => agent.EqualsGrid(e)) != null);
        }