|
namespace NeonSprawl.Server.Game.Factions;
|
|
|
|
/// <summary>Stable deny reason codes for <see cref="FactionGateOperations.TryEvaluate"/> (NEO-137).</summary>
|
|
public static class FactionGateEvaluateReasonCodes
|
|
{
|
|
public const string GateBlocked = "gate_blocked";
|
|
}
|