Exemple #1
0
 public bool LeftSword()
 {
     if (input.LeftSwordButton())
     {
         return(true);
     }
     return(false);
 }