AcManager.Tools.Objects.CarSkinObject.SaveCountry C# (CSharp) Method

SaveCountry() protected method

protected SaveCountry ( Newtonsoft.Json.Linq.JObject json ) : void
json Newtonsoft.Json.Linq.JObject
return void
        protected override void SaveCountry(JObject json) {
            json[@"country"] = Country ?? string.Empty;
        }