Skip to content

Instantly share code, notes, and snippets.

@hagbarddenstore
Created September 22, 2015 16:40
Show Gist options
  • Save hagbarddenstore/d0f3e95e152a8b558809 to your computer and use it in GitHub Desktop.
Save hagbarddenstore/d0f3e95e152a8b558809 to your computer and use it in GitHub Desktop.
var allies = m.SubMenu("Muted").SubMenu("Allies").Items;
var enemies = m.SubMenu("Muted").SubMenu("Allies").Items;
foreach (var item in allies.Concat(enemies))
{
Log(item.Name);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment