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