Example #1
0
 void SprintHandler()
 {
     if (gunHandler)
     {
         gunHandler.UpdateSprint(player.isSprinting());
     }
 }