Example #1
0
 private bool Handle3()
 {
     if (Solution == null || Position == Solution.Length)
     {
         return(false);
     }
     Button3.AddInteractionPunch(0.2f);
     Handle(3);
     return(false);
 }