Skip to content

Commit

Permalink
rename //
Browse files Browse the repository at this point in the history
  • Loading branch information
ThereDrD0 committed Dec 27, 2024
1 parent 11698e2 commit 37dc062
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Content.Shared/MouseRotator/MouseRotatorComponent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public sealed partial class MouseRotatorComponent : Component
/// How much the desired angle needs to change before a predictive event is sent
/// </summary>
[DataField, AutoNetworkedField]
public Angle AngleTolerance = Angle.FromDegrees(4.0); // Fire edit - для красивого света
public Angle AngleTolerance = Angle.FromDegrees(4.0); // Sunrise edit - для красивого света

/// <summary>
/// The angle that will be lerped to
Expand All @@ -37,7 +37,7 @@ public sealed partial class MouseRotatorComponent : Component
/// like turrets or ship guns, which have finer range of movement.
/// </summary>
[DataField, AutoNetworkedField]
public bool Simple4DirMode = false; // Fire edit - для красивого света
public bool Simple4DirMode = false; // Sunrise edit - для красивого света
}

/// <summary>
Expand Down

0 comments on commit 37dc062

Please sign in to comment.