Ejemplo n.º 1
0
 private bool Handle2()
 {
     if (Solution == null || Position == Solution.Length)
     {
         return(false);
     }
     Button2.AddInteractionPunch(0.2f);
     Handle(2);
     return(false);
 }