Exemplo n.º 1
0
 private bool Handle1()
 {
     if (Solution == null || Position == Solution.Length)
     {
         return(false);
     }
     Button1.AddInteractionPunch(0.2f);
     Handle(1);
     return(false);
 }