Ejemplo n.º 1
0
        public List <InventoryItemBase> fetchActiveGestures(UUID avatarID)
        {
            return(m_wrappedPlugin.fetchActiveGestures(avatarID));

            // Presuming that no post processing is needed here as gestures don't refer to creator information (?)
        }