Пример #1
0
 void FlashlightRelease()
 {
     ControllerInput.SimulateInput(XboxButton.RightStickClick, 0);
 }
Пример #2
0
 void FlashlightPress()
 {
     ControllerInput.SimulateInput(XboxButton.RightStickClick, 1);
 }