changed weapon
This commit is contained in:
@ -61,7 +61,7 @@ public static class scr_Models
|
||||
[Serializable]
|
||||
public class WeaponSettingsModel
|
||||
{
|
||||
[Header("Sway")]
|
||||
[Header("Weapon Sway")]
|
||||
public float SwayAmount;
|
||||
public bool SwayYInverted;
|
||||
public bool SwayXInverted;
|
||||
@ -69,6 +69,13 @@ public static class scr_Models
|
||||
public float SwayResetSmoothing;
|
||||
public float SwayClampX;
|
||||
public float SwayClampY;
|
||||
|
||||
[Header("Weapon Movement Sway")]
|
||||
public float MovementSwayX;
|
||||
public float MovementSwayY;
|
||||
public bool MovementSwayYInverted;
|
||||
public bool MovementSwayXInverted;
|
||||
public float MovementSwaySmoothing;
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
Reference in New Issue
Block a user