Exemplo n.º 1
0
 private bool CanPlay()
 {
     if (hero.GetRadius() < 300)
     {
         return(true);
     }
     else
     {
         return(false);
     }
 }