Exemplo n.º 1
0
 public bool LeftFire()
 {
     if (input.LeftFireButton())
     {
         return(true);
     }
     return(false);
 }