Example #1
0
        public static List <string> Get()
        {
            return(new List <string> {
                StartGame(), PlayerName(), ResetGame()
            }.Concat(Swipe.Get())
//.Concat(SheepUpgrade.Get())
                   .Concat(Tap.Get())
//.Concat(Network.Get())
                   .ToList());
        }