namespace SVSim.BattleNode.Bridge; /// /// Known values for . NOT a closed set — the field is the /// account's region code copied verbatim from viewer data (any value, possibly empty), and the node /// never branches on it. These constants just name the values seen in the prod captures so test /// fixtures and docs aren't sprinkled with bare "KOR"/"JPN" literals. /// public static class CountryCodes { public const string Korea = "KOR"; public const string Japan = "JPN"; }