namespace NeonSprawl.Server.Game.PositionState; /// Stable reasonCode strings for (telemetry / client logging). public static class MoveCommandReasonCodes { public const string HorizontalStepExceeded = "horizontal_step_exceeded"; public const string VerticalStepExceeded = "vertical_step_exceeded"; public const string OutOfBounds = "out_of_bounds"; }