using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ProxySuper.Core.Models
{
public partial class XraySettings
{
///
/// ss password
///
public string ShadowsocksPassword { get; set; }
///
/// ss method
///
public string ShadowsocksMethod { get; set; }
///
/// ss port
///
public int ShadowsocksPort { get; set; }
}
}