remove unused vars

This commit is contained in:
in0finite 2019-06-23 03:09:21 +02:00
parent 173011aee2
commit 2d77d4a58b
2 changed files with 0 additions and 4 deletions

View file

@ -37,8 +37,6 @@ namespace SanAndreasUnity.Behaviours
public bool shouldPlayAnims = true;
public float TurnSpeed = 10f;
public CharacterController characterController { get; private set; }
[SerializeField] private float m_cameraDistance = 3f;

View file

@ -28,8 +28,6 @@ namespace SanAndreasUnity.Behaviours
private Vector2 _mouseAbsolute;
private Vector2 _smoothMouse = Vector2.zero;
public Vector2 CursorSensitivity = new Vector2(2f, 2f);
public Vector2 clampInDegrees = new Vector2(90, 60);