Exemple #1
0
 void UpdateFacing()
 {
     facing.ReceiveInput(Input.GetAxisRaw("Horizontal"), Input.GetAxisRaw("Vertical"));
 }