Skip to content

Commit

Permalink
Update GunComponent.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Mor-Dast authored Dec 21, 2024
1 parent e9c5069 commit b8441fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Shared/Weapons/Ranged/Components/GunComponent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ public sealed partial class GunComponent : Component
/// How fast the projectile moves.
/// <seealso cref="GunRefreshModifiersEvent"/>
/// </summary>
[DataField, AutoNetworkedField, ViewVariables(VVAccess.ReadWrite)]
[AutoNetworkedField, ViewVariables(VVAccess.ReadWrite)]
public float ProjectileSpeedModified;

/// <summary>
Expand Down

0 comments on commit b8441fc

Please sign in to comment.