Example #1
0
 public void Teleport(Vector3 position)
 {
     SkidMarkBuffer.Reset();
     Chassis.Actor.GlobalPosition = position;
 }