Exemplo n.º 1
0
 public static void ApplyFriction(PlayerMovement obj)
 {
     obj.SetMoveVector(obj.GetMoveVector() * friction);
 }