Exemple #1
0
 public void SetAimDirection(Vector3 dir)
 {
     startingAngle = UTIL.GetAngleFromVectorFloat(dir) + fov / 2f - 180f;
 }