namespace Content.Shared.Friction { [RegisterComponent] [Access(typeof(SharedTileFrictionController))] public sealed class TileFrictionModifierComponent : Component { /// /// Multiply the tilefriction cvar by this to get the body's actual tilefriction. /// [ViewVariables(VVAccess.ReadWrite)] [DataField("modifier")] public float Modifier; } }