Select the types of activity you want to include in your feed.
1using System; 2 3namespace UnityEditor.Timeline 4{ 5 interface IMenuName 6 { 7 string menuName { get; } 8 } 9}