示例#1
0
 private void OnEnable()
 {
     // This line makes sure that the input will be register when the component is enable
     _ffInputActions.Enable();
 }
示例#2
0
 private void OnEnable()
 {
     _ffInputActions.Enable();
 }