Skip to content

Instantly share code, notes, and snippets.

@Sa1Gur
Created August 17, 2019 00:00
Show Gist options
  • Save Sa1Gur/93acc2796d616f7d68728f8c3e520b73 to your computer and use it in GitHub Desktop.
Save Sa1Gur/93acc2796d616f7d68728f8c3e520b73 to your computer and use it in GitHub Desktop.
TeamMateSquad = new ObservableCollection<TeamMateItem>(new List<TeamMateItem>()
{
new TeamMateItem()
{
Name = "First TeamMate",
Level = 0
},
new TeamMateItem()
{
Name = "Second TeamMate",
Level = 1
},
new TeamMateItem()
{
Name = "Third TeamMate",
Level = 2
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment