1
0
mirror of https://github.com/proxysu/ProxySU.git synced 2024-11-23 13:46:08 +03:00
ProxySU/ProxySuper.Core/Models/Projects/XraySettings_Trojan.cs
2021-05-14 19:07:19 +08:00

14 lines
267 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ProxySuper.Core.Models.Projects
{
public partial class XraySettings
{
public string TrojanPassword { get; set; }
}
}