Пример #1
0
 protected void GetAxisCommandHandler(GetAxisCommand cmd)
 {
     cmd.result = _inputService.GetAxis(cmd.input);
 }