Example #1
0
 public void BoostPlayerSpeed(PlayerController pc)
 {
     pc.ModifyMoveSpeedByScalar(1.1f);
 }