예제 #1
0
        public IntVector3 GetCenter()
        {
            var locations = m_members.Select(ai => ai.Worker.Location);

            return(IntVector3.Center(locations));
        }