namespace NeonSprawl.Server.Game.Factions; /// Result of (NEO-136). public readonly record struct ReputationApplyOutcome( bool Success, string? ReasonCode, int PreviousStanding, int NewStanding, ReputationDeltaRow? AuditRow);