Advertisement
Guest User

Untitled

a guest
Jan 25th, 2020
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. public void GetInput(int id)//Ввод по экрану
  2. {
  3. IdDirections = id;
  4.  
  5. textMeshProIdDirections.text = IdDirections.ToString();
  6.  
  7. motorForc = keysCar.MotorForce * IdDirections;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement