using ProxySuper.Core.Services; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ProxySuper.Core.Models.Projects { public class XraySettings : V2raySettings { /// /// vless xtls shareLink /// public string VLESS_TCP_XTLS_ShareLink { get { return ShareLink.Build(RayType.VLESS_TCP_XTLS, this); } } } }