From 55a3447a18950535492548336563fc908436adf1 Mon Sep 17 00:00:00 2001 From: RedFoxIV <38788538+RedFoxIV@users.noreply.github.com> Date: Fri, 6 Dec 2024 20:05:26 +0300 Subject: [PATCH] =?UTF-8?q?=D1=81=20=D0=B7=D0=B0=D0=B3=D0=BB=D0=B0=D0=B2?= =?UTF-8?q?=D0=BD=D0=BE=D0=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Content.Shared/CombatMode/CombatModeComponent.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Shared/CombatMode/CombatModeComponent.cs b/Content.Shared/CombatMode/CombatModeComponent.cs index 6a19acb00b..88a2d3b713 100644 --- a/Content.Shared/CombatMode/CombatModeComponent.cs +++ b/Content.Shared/CombatMode/CombatModeComponent.cs @@ -60,6 +60,6 @@ public sealed partial class CombatModeComponent : Component /// No effect if is false. /// [DataField, AutoNetworkedField] - public bool smoothRotation = true; + public bool SmoothRotation = true; } }