示例#1
0
 private void Rolling()
 {
     if (!rpgCharacterMovementControllerFREE.isRolling)
     {
         if (rpgCharacterInputControllerFREE.inputRoll)
         {
             rpgCharacterMovementControllerFREE.DirectionalRoll();
         }
     }
 }