Example #1
0
 private void OnEnable()
 {
     Scr_EventManager.StartListening("Mom_Comes", () => {
         if (m_Input != null)
         {
             m_Input.VibrateIncrease(0.1f, 0.3f, 5.0f);
         }
     });
 }