Exemplo n.º 1
0
 public void BtnMoveVertical(float direction)
 {
     if (useable != null)
     {
         this.canMoveHorizontal = false;
         this.direction         = direction;
         move = true;
         useable.UseAndroid();
     }
 }